#D6D6C0

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

Shades of Celeste #D6D6C0

Tints of Celeste #D6D6C0

Color information

#D6D6C0 (or 0xD6D6C0) is unknown color: approx Celeste. HEX triplet: D6, D6 and C0. RGB value is (214,214,192). Sum of RGB (Red+Green+Blue) = 214+214+192=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6C0 is #29293F. Grayscale: #D3D3D3. Windows color (decimal): -2697536 or 12637910. OLE color: 12637910.

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

Color convert

RGB214214192-
CMYK000.100.16
HSL60º21.15%79.61%-
HSV(B)60º10.28%83.92%-
XYZ61.2966.259.42-
YUV211.49117129.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 214 (83.98% from 255) = 34.52%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=34.52%
G=34.52%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214192000.100.166021.1579.61
HexD6D6C000A103c1550
Octal3263263000012207425120
Binary11010110110101101100000000101010000111100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6C0; }

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

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

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

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

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

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

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

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