Html Css Color HEX #D5D9CB Grey Nurse

📋 copy color: '#D5D9CB'

red 213 ◦ green 217 ◦ blue 203

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

Shades of Grey Nurse #D5D9CB

Tints of Grey Nurse #D5D9CB

RGB

 RED value IS 213 (83.59% from 255) = 33.65%

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 33.65%
G = 34.28%
B = 32.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D5D9CB (or 0xD5D9CB) is known color: Grey Nurse. HEX triplet: D5, D9 and CB. RGB value is (213,217,203). Sum of RGB (Red+Green+Blue) = 213+217+203=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9CB is #2A2634. Grayscale: #D6D6D6. Windows color (decimal): -2762293 or 13359573. OLE color: 13359573.

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

Color convert

RGB 213 217 203 -
CMYK 0.02 0 0.06 0.15
HSL 77.14º 0.16% 0.82% -
HSV(B) 77.14º 0.06% 0.85% -
XYZ 63.03 68.08 66.32 -
YUV 214.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 213 217 203 0.02 0 0.06 0.15 77.14 0.16 0.82
Hex D5 D9 CB 2 0 6 F 4D 10 52
Octal 325 331 313 2 0 6 17 115 20 122
Binary 11010101 11011001 11001011 10 0 110 1111 1001101 10000 1010010

Color Harmonies of #D5D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9CB

Black with #D5D9CB

Text Example


Text Example

White with #D5D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9CB; }

 p { color: rgb(213,217,203); }

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

background-color css

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

 a { background-color: rgb(213,217,203); }

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

border-color css

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

 span { border-color: rgb(213,217,203); }

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