Html Css Color HEX #D5D8CA Grey Nurse

📋 copy color: '#D5D8CA'

red 213 ◦ green 216 ◦ blue 202

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

Shades of Grey Nurse #D5D8CA

Tints of Grey Nurse #D5D8CA

RGB

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

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

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

R = 33.76%
G = 34.23%
B = 32.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D5D8CA (or 0xD5D8CA) is known color: Grey Nurse. HEX triplet: D5, D8 and CA. RGB value is (213,216,202). Sum of RGB (Red+Green+Blue) = 213+216+202=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8CA is #2A2735. Grayscale: #D5D5D5. Windows color (decimal): -2762550 or 13293781. OLE color: 13293781.

HSL color Cylindrical-coordinate representation of color #D5D8CA: hue angle of 72.86º degrees, saturation: 0.15, 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 #D5D8CA is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 202 -
CMYK 0.01 0 0.06 0.15
HSL 72.86º 0.15% 0.82% -
HSV(B) 72.86º 0.06% 0.85% -
XYZ 62.66 67.52 65.61 -
YUV 213.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 213 216 202 0.01 0 0.06 0.15 72.86 0.15 0.82
Hex D5 D8 CA 1 0 6 F 49 F 52
Octal 325 330 312 1 0 6 17 111 17 122
Binary 11010101 11011000 11001010 1 0 110 1111 1001001 1111 1010010

Color Harmonies of #D5D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8CA

Black with #D5D8CA

Text Example


Text Example

White with #D5D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8CA; }

 p { color: rgb(213,216,202); }

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

background-color css

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

 a { background-color: rgb(213,216,202); }

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

border-color css

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

 span { border-color: rgb(213,216,202); }

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