Html Css Color HEX #D8DABD Celeste

📋 copy color: '#D8DABD'

red 216 ◦ green 218 ◦ blue 189

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

Shades of Celeste #D8DABD

Tints of Celeste #D8DABD

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

 GREEN value IS 218 (85.55% from 255) = 34.99%

 BLUE value IS 189 (74.22% from 255) = 30.34%

R = 34.67%
G = 34.99%
B = 30.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8DABD (or 0xD8DABD) is known color: Celeste. HEX triplet: D8, DA and BD. RGB value is (216,218,189). Sum of RGB (Red+Green+Blue) = 216+218+189=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DABD is #272542. Grayscale: #D6D6D6. Windows color (decimal): -2565443 or 12442328. OLE color: 12442328.

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

Color convert

RGB 216 218 189 -
CMYK 0.01 0 0.13 0.15
HSL 64.14º 0.28% 0.8% -
HSV(B) 64.14º 0.13% 0.85% -
XYZ 62.58 68.42 58.05 -
YUV 214.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 216 218 189 0.01 0 0.13 0.15 64.14 0.28 0.8
Hex D8 DA BD 1 0 D F 40 1C 50
Octal 330 332 275 1 0 15 17 100 34 120
Binary 11011000 11011010 10111101 1 0 1101 1111 1000000 11100 1010000

Color Harmonies of #D8DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DABD

Black with #D8DABD

Text Example


Text Example

White with #D8DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DABD; }

 p { color: rgb(216,218,189); }

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

background-color css

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

 a { background-color: rgb(216,218,189); }

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

border-color css

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

 span { border-color: rgb(216,218,189); }

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