Color Hex Logo

#d7cfdb Color Hex

#D7CFDB
(215,207,219)
0 Favorites   0 Comments

Color spaces of #d7cfdb

RGB 215207219
HSL0.780.140.84
HSV280°86°
CMYK 0.020.050.00   0.14
XYZ63.123364.187276.0802
Yxy64.18720.31040.3156
Hunter Lab80.11690.4337-0.2208
CIE-Lab84.06314.9283-4.9510

#d7cfdb color RGB value is (215,207,219).

#d7cfdb hex color red value is 215, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d7cfdb hue: 0.78 , saturation: 0.14 and the lightness value of d7cfdb is 0.84.

The process color (four color CMYK) of #d7cfdb color hex is 0.02, 0.05, 0.00, 0.14. Web safe color of #d7cfdb is #cccccc. Color #d7cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001111 11011011
Octal 327 317 333
Decimal 215 207 219
Hex D7 CF DB

RGB Percentages of Color #d7cfdb

%33.54
%32.29
%34.17

CMYK Percentages of Color #d7cfdb

%2
%5
%0
%14

Triadic Colors of #d7cfdb

#d7cfdb #dbd7cf #cfdbd7

Analogous Colors of #d7cfdb

#d7cfdb #dbcfd9 #d1cfdb

Monochromatic Colors of #d7cfdb

#d7cfdb

Complementary Color

#d7cfdb #d3dbcf

#d7cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cfdb Color CSS Codes

.mybgcolor {background-color:#d7cfdb; } 
.myforecolor {color:#d7cfdb; }
.mybordercolor {border:3px solid #d7cfdb; }

#d7cfdb Text Font Color

<p style="color:#d7cfdb">Text here</p>

This sample text font color is #d7cfdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d7cfdb Background Color

<div style="background-color:#d7cfdb">
Div content here</div>

This div background color is #d7cfdb


#d7cfdb Border Color

<div style="border:3px solid #d7cfdb">
Div here</div>

This div border color is #d7cfdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,207,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7cfdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7cfdb;
  -webkit-box-shadow: 1px 1px 3px 2px #d7cfdb;
  box-shadow:         1px 1px 3px 2px #d7cfdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,207,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d7cfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d7cfdb;
  -webkit-box-shadow: 1px 1px 3px 2px #d7cfdb;
  box-shadow:         1px 1px 3px 2px #d7cfdb;">
Div content here</div>

This div box has shadow with color #d7cfdb


Comments

No comments written yet.

Please login to write comment.