#D6D6BA

Color #D6D6BA Celeste (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celeste #D6D6BA

Tints of Celeste #D6D6BA

Color information

#D6D6BA (or 0xD6D6BA) is unknown color: approx Celeste. HEX triplet: D6, D6 and BA. RGB value is (214,214,186). Sum of RGB (Red+Green+Blue) = 214+214+186=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6BA is #292945. Grayscale: #D2D2D2. Windows color (decimal): -2697542 or 12244694. OLE color: 12244694.

HSL color Cylindrical-coordinate representation of color #D6D6BA: hue angle of 60º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6D6BA is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214214186-
CMYK000.130.16
HSL60º25.45%78.43%-
HSV(B)60º13.08%83.92%-
XYZ60.6465.9355.98-
YUV210.81114130.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=34.85%
G=34.85%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214186000.130.166025.4578.43
HexD6D6BA00D103c194e
Octal3263262720015207431116
Binary11010110110101101011101000110110000111100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6BA; }

 p { color: rgb(214,214,186); }

 H1.HeaderClassName
 {
   color: #D6D6BA;
 }
 .AnyTagClassName
 {
   color: #D6D6BA;
 }
</style>
background-color css

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

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

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

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

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

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