Html Css Color HEX #D6DABE Celeste

📋 copy color: '#D6DABE'

red 214 ◦ green 218 ◦ blue 190

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

Shades of Celeste #D6DABE

Tints of Celeste #D6DABE

RGB

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

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

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

R = 34.41%
G = 35.05%
B = 30.55%

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

#D6DABE (or 0xD6DABE) is known color: Celeste. HEX triplet: D6, DA and BE. RGB value is (214,218,190). Sum of RGB (Red+Green+Blue) = 214+218+190=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DABE is #292541. Grayscale: #D5D5D5. Windows color (decimal): -2696514 or 12507862. OLE color: 12507862.

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

Color convert

RGB 214 218 190 -
CMYK 0.02 0 0.13 0.15
HSL 68.57º 0.27% 0.8% -
HSV(B) 68.57º 0.13% 0.85% -
XYZ 62.1 68.16 58.6 -
YUV 213.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 214 218 190 0.02 0 0.13 0.15 68.57 0.27 0.8
Hex D6 DA BE 2 0 D F 45 1B 50
Octal 326 332 276 2 0 15 17 105 33 120
Binary 11010110 11011010 10111110 10 0 1101 1111 1000101 11011 1010000

Color Harmonies of #D6DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DABE

Black with #D6DABE

Text Example


Text Example

White with #D6DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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