#D5D3BE

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

Shades of Celeste #D5D3BE

Tints of Celeste #D5D3BE

Color information

#D5D3BE (or 0xD5D3BE) is unknown color: approx Celeste. HEX triplet: D5, D3 and BE. RGB value is (213,211,190). Sum of RGB (Red+Green+Blue) = 213+211+190=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3BE is #2A2C41. Grayscale: #D1D1D1. Windows color (decimal): -2763842 or 12506069. OLE color: 12506069.

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

Color convert

RGB213211190-
CMYK00.010.110.16
HSL54.78º21.5%79.02%-
HSV(B)54.78º10.8%83.53%-
XYZ60.0364.4557.99-
YUV209.2117.16130.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=34.69%
G=34.36%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321119000.010.110.1654.7821.579.02
HexD5D3BE01B1037154f
Octal3253232760113206725117
Binary11010101110100111011111001101110000110111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3BE; }

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

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

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

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

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

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

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

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