Html Css Color HEX #D6D8CE Grey Nurse

📋 copy color: '#D6D8CE'

red 214 ◦ green 216 ◦ blue 206

#D6D8CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Nurse #D6D8CE

Tints of Grey Nurse #D6D8CE

RGB

 RED value IS 214 (83.98% from 255) = 33.65%

 GREEN value IS 216 (84.77% from 255) = 33.96%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 33.65%
G = 33.96%
B = 32.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6D8CE (or 0xD6D8CE) is known color: Grey Nurse. HEX triplet: D6, D8 and CE. RGB value is (214,216,206). Sum of RGB (Red+Green+Blue) = 214+216+206=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8CE is #292731. Grayscale: #D6D6D6. Windows color (decimal): -2697010 or 13555926. OLE color: 13555926.

HSL color Cylindrical-coordinate representation of color #D6D8CE: hue angle of 72º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D8CE is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 206 -
CMYK 0.01 0 0.05 0.15
HSL 72º 0.11% 0.83% -
HSV(B) 72º 0.05% 0.85% -
XYZ 63.43 67.86 68.15 -
YUV 214.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 214 216 206 0.01 0 0.05 0.15 72 0.11 0.83
Hex D6 D8 CE 1 0 5 F 48 B 53
Octal 326 330 316 1 0 5 17 110 13 123
Binary 11010110 11011000 11001110 1 0 101 1111 1001000 1011 1010011

Color Harmonies of #D6D8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8CE

Black with #D6D8CE

Text Example


Text Example

White with #D6D8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8CE; }

 p { color: rgb(214,216,206); }

 H1.HeaderClassName
 {
   color: #D6D8CE;
 }
 .AnyTagClassName
 {
   color: #D6D8CE;
 }
</style>

background-color css

<style>
 a { background-color: #D6D8CE; }

 a { background-color: rgb(214,216,206); }

 div.DivClassName
 {
   background-color: #D6D8CE;
 }
 .BgClassName
 {
   background-color: #D6D8CE;
 }
</style>

border-color css

<style>
 span { border-color: #D6D8CE; }

 span { border-color: rgb(214,216,206); }

 td.TdClassName
 {
   border-color: #D6D8CE;
 }
 .TagClassName
 {
   border-color: #D6D8CE;
 }
</style>