Html Css Color HEX #D9DBBB Celeste

📋 copy color: '#D9DBBB'

red 217 ◦ green 219 ◦ blue 187

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

Shades of Celeste #D9DBBB

Tints of Celeste #D9DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 34.83%
G = 35.15%
B = 30.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D9DBBB (or 0xD9DBBB) is known color: Celeste. HEX triplet: D9, DB and BB. RGB value is (217,219,187). Sum of RGB (Red+Green+Blue) = 217+219+187=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBBB is #262444. Grayscale: #D6D6D6. Windows color (decimal): -2499653 or 12311513. OLE color: 12311513.

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

Color convert

RGB 217 219 187 -
CMYK 0.01 0 0.15 0.14
HSL 63.75º 0.31% 0.8% -
HSV(B) 63.75º 0.15% 0.86% -
XYZ 62.92 69 57.02 -
YUV 214.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 217 219 187 0.01 0 0.15 0.14 63.75 0.31 0.8
Hex D9 DB BB 1 0 F E 40 1F 50
Octal 331 333 273 1 0 17 16 100 37 120
Binary 11011001 11011011 10111011 1 0 1111 1110 1000000 11111 1010000

Color Harmonies of #D9DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBBB

Black with #D9DBBB

Text Example


Text Example

White with #D9DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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