Html Css Color HEX #D4D9CA Grey Nurse

📋 copy color: '#D4D9CA'

red 212 ◦ green 217 ◦ blue 202

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

Shades of Grey Nurse #D4D9CA

Tints of Grey Nurse #D4D9CA

RGB

 RED value IS 212 (83.2% from 255) = 33.6%

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

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

R = 33.6%
G = 34.39%
B = 32.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D4D9CA (or 0xD4D9CA) is known color: Grey Nurse. HEX triplet: D4, D9 and CA. RGB value is (212,217,202). Sum of RGB (Red+Green+Blue) = 212+217+202=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9CA is #2B2635. Grayscale: #D5D5D5. Windows color (decimal): -2827830 or 13294036. OLE color: 13294036.

HSL color Cylindrical-coordinate representation of color #D4D9CA: hue angle of 80º 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 #D4D9CA is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 202 -
CMYK 0.02 0 0.07 0.15
HSL 80º 0.16% 0.82% -
HSV(B) 80º 0.07% 0.85% -
XYZ 62.62 67.89 65.68 -
YUV 213.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 212 217 202 0.02 0 0.07 0.15 80 0.16 0.82
Hex D4 D9 CA 2 0 7 F 50 10 52
Octal 324 331 312 2 0 7 17 120 20 122
Binary 11010100 11011001 11001010 10 0 111 1111 1010000 10000 1010010

Color Harmonies of #D4D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9CA

Black with #D4D9CA

Text Example


Text Example

White with #D4D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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