#D3D2BE

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

Shades of Celeste #D3D2BE

Tints of Celeste #D3D2BE

Color information

#D3D2BE (or 0xD3D2BE) is unknown color: approx Celeste. HEX triplet: D3, D2 and BE. RGB value is (211,210,190). Sum of RGB (Red+Green+Blue) = 211+210+190=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D2BE is #2C2D41. Grayscale: #D0D0D0. Windows color (decimal): -2895170 or 12505811. OLE color: 12505811.

HSL color Cylindrical-coordinate representation of color #D3D2BE: hue angle of 57.14º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D2BE is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211210190-
CMYK00.000.100.17
HSL57.14º19.27%78.63%-
HSV(B)57.14º9.95%82.75%-
XYZ59.263.6657.88-
YUV208.02117.83130.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.53%
GREEN value IS 210 (82.42% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=34.53%
G=34.37%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21121019000.000.100.1757.1419.2778.63
HexD3D2BE00A1139134f
Octal3233222760012217123117
Binary11010011110100101011111000101010001111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D2BE; }

 p { color: rgb(211,210,190); }

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

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

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

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

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

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

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