#D3D3BC

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

Shades of Celeste #D3D3BC

Tints of Celeste #D3D3BC

Color information

#D3D3BC (or 0xD3D3BC) is unknown color: approx Celeste. HEX triplet: D3, D3 and BC. RGB value is (211,211,188). Sum of RGB (Red+Green+Blue) = 211+211+188=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D3BC is #2C2C43. Grayscale: #D0D0D0. Windows color (decimal): -2894916 or 12374995. OLE color: 12374995.

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

Color convert

RGB211211188-
CMYK000.110.17
HSL60º20.72%78.24%-
HSV(B)60º10.9%82.75%-
XYZ59.2464.0756.82-
YUV208.38116.5129.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 211 (82.81% from 255) = 34.59%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=34.59%
G=34.59%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211211188000.110.176020.7278.24
HexD3D3BC00B113c154e
Octal3233232740013217425116
Binary11010011110100111011110000101110001111100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D3BC; }

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

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

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

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

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

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

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

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