Html Css Color HEX #D6D9CA Grey Nurse

📋 copy color: '#D6D9CA'

red 214 ◦ green 217 ◦ blue 202

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

Shades of Grey Nurse #D6D9CA

Tints of Grey Nurse #D6D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.28%

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 33.81%
G = 34.28%
B = 31.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D6D9CA (or 0xD6D9CA) is known color: Grey Nurse. HEX triplet: D6, D9 and CA. RGB value is (214,217,202). Sum of RGB (Red+Green+Blue) = 214+217+202=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9CA is #292635. Grayscale: #D6D6D6. Windows color (decimal): -2696758 or 13294038. OLE color: 13294038.

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

Color convert

RGB 214 217 202 -
CMYK 0.01 0 0.07 0.15
HSL 72º 0.16% 0.82% -
HSV(B) 72º 0.07% 0.85% -
XYZ 63.21 68.19 65.71 -
YUV 214.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 214 217 202 0.01 0 0.07 0.15 72 0.16 0.82
Hex D6 D9 CA 1 0 7 F 48 10 52
Octal 326 331 312 1 0 7 17 110 20 122
Binary 11010110 11011001 11001010 1 0 111 1111 1001000 10000 1010010

Color Harmonies of #D6D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D9CA

Black with #D6D9CA

Text Example


Text Example

White with #D6D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D9CA; }

 p { color: rgb(214,217,202); }

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

background-color css

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

 a { background-color: rgb(214,217,202); }

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

border-color css

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

 span { border-color: rgb(214,217,202); }

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