Html Css Color HEX #D9DBBE Celeste

📋 copy color: '#D9DBBE'

red 217 ◦ green 219 ◦ blue 190

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

Shades of Celeste #D9DBBE

Tints of Celeste #D9DBBE

RGB

 RED value IS 217 (85.16% from 255) = 34.66%

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

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

R = 34.66%
G = 34.98%
B = 30.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D9DBBE (or 0xD9DBBE) is known color: Celeste. HEX triplet: D9, DB and BE. RGB value is (217,219,190). Sum of RGB (Red+Green+Blue) = 217+219+190=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBBE is #262441. Grayscale: #D7D7D7. Windows color (decimal): -2499650 or 12508121. OLE color: 12508121.

HSL color Cylindrical-coordinate representation of color #D9DBBE: hue angle of 64.14º 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 #D9DBBE is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 190 -
CMYK 0.01 0 0.13 0.14
HSL 64.14º 0.29% 0.8% -
HSV(B) 64.14º 0.13% 0.86% -
XYZ 63.24 69.13 58.73 -
YUV 215.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 217 219 190 0.01 0 0.13 0.14 64.14 0.29 0.8
Hex D9 DB BE 1 0 D E 40 1D 50
Octal 331 333 276 1 0 15 16 100 35 120
Binary 11011001 11011011 10111110 1 0 1101 1110 1000000 11101 1010000

Color Harmonies of #D9DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBBE

Black with #D9DBBE

Text Example


Text Example

White with #D9DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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