Html Css Color HEX #D1DBBE Grey Nurse

📋 copy color: '#D1DBBE'

red 209 ◦ green 219 ◦ blue 190

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

Shades of Grey Nurse #D1DBBE

Tints of Grey Nurse #D1DBBE

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

 GREEN value IS 219 (85.94% from 255) = 35.44%

 BLUE value IS 190 (74.61% from 255) = 30.74%

R = 33.82%
G = 35.44%
B = 30.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D1DBBE (or 0xD1DBBE) is known color: Grey Nurse. HEX triplet: D1, DB and BE. RGB value is (209,219,190). Sum of RGB (Red+Green+Blue) = 209+219+190=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBBE is #2E2441. Grayscale: #D4D4D4. Windows color (decimal): -3023938 or 12508113. OLE color: 12508113.

HSL color Cylindrical-coordinate representation of color #D1DBBE: hue angle of 80.69º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1DBBE is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 190 -
CMYK 0.05 0 0.13 0.14
HSL 80.69º 0.29% 0.8% -
HSV(B) 80.69º 0.13% 0.86% -
XYZ 60.92 67.94 58.62 -
YUV 212.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 209 219 190 0.05 0 0.13 0.14 80.69 0.29 0.8
Hex D1 DB BE 5 0 D E 51 1D 50
Octal 321 333 276 5 0 15 16 121 35 120
Binary 11010001 11011011 10111110 101 0 1101 1110 1010001 11101 1010000

Color Harmonies of #D1DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBBE

Black with #D1DBBE

Text Example


Text Example

White with #D1DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBBE; }

 p { color: rgb(209,219,190); }

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

background-color css

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

 a { background-color: rgb(209,219,190); }

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

border-color css

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

 span { border-color: rgb(209,219,190); }

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