#D5D3BC

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

Shades of Celeste #D5D3BC

Tints of Celeste #D5D3BC

Color information

#D5D3BC (or 0xD5D3BC) is unknown color: approx Celeste. HEX triplet: D5, D3 and BC. RGB value is (213,211,188). Sum of RGB (Red+Green+Blue) = 213+211+188=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3BC is #2A2C43. Grayscale: #D1D1D1. Windows color (decimal): -2763844 or 12374997. OLE color: 12374997.

HSL color Cylindrical-coordinate representation of color #D5D3BC: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D3BC is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213211188-
CMYK00.010.120.16
HSL55.2º22.94%78.63%-
HSV(B)55.2º11.74%83.53%-
XYZ59.8164.3756.85-
YUV208.98116.16130.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=34.80%
G=34.48%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321118800.010.120.1655.222.9478.63
HexD5D3BC01C1037174f
Octal3253232740114206727117
Binary11010101110100111011110001110010000110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3BC; }

 p { color: rgb(213,211,188); }

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

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

 a { background-color: rgb(213,211,188); }

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

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

 span { border-color: rgb(213,211,188); }

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