Html Css Color HEX #D9DBBC Celeste

📋 copy color: '#D9DBBC'

red 217 ◦ green 219 ◦ blue 188

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

Shades of Celeste #D9DBBC

Tints of Celeste #D9DBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.13%

R = 34.78%
G = 35.1%
B = 30.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#D9DBBC (or 0xD9DBBC) is known color: Celeste. HEX triplet: D9, DB and BC. RGB value is (217,219,188). Sum of RGB (Red+Green+Blue) = 217+219+188=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBBC is #262443. Grayscale: #D6D6D6. Windows color (decimal): -2499652 or 12377049. OLE color: 12377049.

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

Color convert

RGB 217 219 188 -
CMYK 0.01 0 0.14 0.14
HSL 63.87º 0.3% 0.8% -
HSV(B) 63.87º 0.14% 0.86% -
XYZ 63.02 69.05 57.58 -
YUV 214.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 217 219 188 0.01 0 0.14 0.14 63.87 0.3 0.8
Hex D9 DB BC 1 0 E E 40 1E 50
Octal 331 333 274 1 0 16 16 100 36 120
Binary 11011001 11011011 10111100 1 0 1110 1110 1000000 11110 1010000

Color Harmonies of #D9DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBBC

Black with #D9DBBC

Text Example


Text Example

White with #D9DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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