Html Css Color HEX #D6DABD Celeste

📋 copy color: '#D6DABD'

red 214 ◦ green 218 ◦ blue 189

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

Shades of Celeste #D6DABD

Tints of Celeste #D6DABD

RGB

 RED value IS 214 (83.98% from 255) = 34.46%

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

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

R = 34.46%
G = 35.1%
B = 30.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D6DABD (or 0xD6DABD) is known color: Celeste. HEX triplet: D6, DA and BD. RGB value is (214,218,189). Sum of RGB (Red+Green+Blue) = 214+218+189=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABD is #292542. Grayscale: #D5D5D5. Windows color (decimal): -2696515 or 12442326. OLE color: 12442326.

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

Color convert

RGB 214 218 189 -
CMYK 0.02 0 0.13 0.15
HSL 68.28º 0.28% 0.8% -
HSV(B) 68.28º 0.13% 0.85% -
XYZ 61.99 68.11 58.02 -
YUV 213.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 214 218 189 0.02 0 0.13 0.15 68.28 0.28 0.8
Hex D6 DA BD 2 0 D F 44 1C 50
Octal 326 332 275 2 0 15 17 104 34 120
Binary 11010110 11011010 10111101 10 0 1101 1111 1000100 11100 1010000

Color Harmonies of #D6DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DABD

Black with #D6DABD

Text Example


Text Example

White with #D6DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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