Html Css Color HEX #D8DABE Celeste

📋 copy color: '#D8DABE'

red 216 ◦ green 218 ◦ blue 190

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

Shades of Celeste #D8DABE

Tints of Celeste #D8DABE

RGB

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

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

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

R = 34.62%
G = 34.94%
B = 30.45%

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

#D8DABE (or 0xD8DABE) is known color: Celeste. HEX triplet: D8, DA and BE. RGB value is (216,218,190). Sum of RGB (Red+Green+Blue) = 216+218+190=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DABE is #272541. Grayscale: #D6D6D6. Windows color (decimal): -2565442 or 12507864. OLE color: 12507864.

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

Color convert

RGB 216 218 190 -
CMYK 0.01 0 0.13 0.15
HSL 64.29º 0.27% 0.8% -
HSV(B) 64.29º 0.13% 0.85% -
XYZ 62.68 68.46 58.63 -
YUV 214.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 216 218 190 0.01 0 0.13 0.15 64.29 0.27 0.8
Hex D8 DA BE 1 0 D F 40 1B 50
Octal 330 332 276 1 0 15 17 100 33 120
Binary 11011000 11011010 10111110 1 0 1101 1111 1000000 11011 1010000

Color Harmonies of #D8DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DABE

Black with #D8DABE

Text Example


Text Example

White with #D8DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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