#D5D6C4

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

Shades of Celeste #D5D6C4

Tints of Celeste #D5D6C4

Color information

#D5D6C4 (or 0xD5D6C4) is unknown color: approx Celeste. HEX triplet: D5, D6 and C4. RGB value is (213,214,196). Sum of RGB (Red+Green+Blue) = 213+214+196=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6C4 is #2A293B. Grayscale: #D3D3D3. Windows color (decimal): -2763068 or 12900053. OLE color: 12900053.

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

Color convert

RGB213214196-
CMYK0.0000.080.16
HSL63.33º18%80.39%-
HSV(B)63.33º8.41%83.92%-
XYZ61.4566.2261.77-
YUV211.65119.17128.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=34.19%
G=34.35%
B=31.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132141960.0000.080.1663.331880.39
HexD5D6C4008103f1250
Octal3253263040010207722120
Binary11010101110101101100010000100010000111111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6C4; }

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

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

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

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

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

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

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

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