#D5D6C0

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

Shades of Celeste #D5D6C0

Tints of Celeste #D5D6C0

Color information

#D5D6C0 (or 0xD5D6C0) is unknown color: approx Celeste. HEX triplet: D5, D6 and C0. RGB value is (213,214,192). Sum of RGB (Red+Green+Blue) = 213+214+192=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6C0 is #2A293F. Grayscale: #D3D3D3. Windows color (decimal): -2763072 or 12637909. OLE color: 12637909.

HSL color Cylindrical-coordinate representation of color #D5D6C0: hue angle of 62.73º 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 #D5D6C0 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB213214192-
CMYK0.0000.100.16
HSL62.73º21.15%79.61%-
HSV(B)62.73º10.28%83.92%-
XYZ6166.0559.4-
YUV211.19117.17129.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 214 (83.98% from 255) = 34.57%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=34.41%
G=34.57%
B=31.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132141920.0000.100.1662.7321.1579.61
HexD5D6C000A103f1550
Octal3253263000012207725120
Binary11010101110101101100000000101010000111111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6C0; }

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

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

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

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

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

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

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

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