Html Css Color HEX #D5D7CB Grey Nurse

📋 copy color: '#D5D7CB'

red 213 ◦ green 215 ◦ blue 203

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

Shades of Grey Nurse #D5D7CB

Tints of Grey Nurse #D5D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

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

R = 33.76%
G = 34.07%
B = 32.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D5D7CB (or 0xD5D7CB) is known color: Grey Nurse. HEX triplet: D5, D7 and CB. RGB value is (213,215,203). Sum of RGB (Red+Green+Blue) = 213+215+203=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D7CB is #2A2834. Grayscale: #D5D5D5. Windows color (decimal): -2762805 or 13359061. OLE color: 13359061.

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

Color convert

RGB 213 215 203 -
CMYK 0.01 0 0.06 0.16
HSL 70º 0.13% 0.82% -
HSV(B) 70º 0.06% 0.84% -
XYZ 62.52 67.06 66.15 -
YUV 213.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 213 215 203 0.01 0 0.06 0.16 70 0.13 0.82
Hex D5 D7 CB 1 0 6 10 46 D 52
Octal 325 327 313 1 0 6 20 106 15 122
Binary 11010101 11010111 11001011 1 0 110 10000 1000110 1101 1010010

Color Harmonies of #D5D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D7CB

Black with #D5D7CB

Text Example


Text Example

White with #D5D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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