Html Css Color HEX #D5D3BA Celeste

📋 copy color: '#D5D3BA'

red 213 ◦ green 211 ◦ blue 186

#D5D3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celeste #D5D3BA

Tints of Celeste #D5D3BA

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

 GREEN value IS 211 (82.81% from 255) = 34.59%

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 34.92%
G = 34.59%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5D3BA (or 0xD5D3BA) is known color: Celeste. HEX triplet: D5, D3 and BA. RGB value is (213,211,186). Sum of RGB (Red+Green+Blue) = 213+211+186=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D3BA is #2A2C45. Grayscale: #D0D0D0. Windows color (decimal): -2763846 or 12243925. OLE color: 12243925.

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

Color convert

RGB 213 211 186 -
CMYK 0 0.01 0.13 0.16
HSL 55.56º 0.24% 0.78% -
HSV(B) 55.56º 0.13% 0.84% -
XYZ 59.6 64.28 55.72 -
YUV 208.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 213 211 186 0 0.01 0.13 0.16 55.56 0.24 0.78
Hex D5 D3 BA 0 1 D 10 38 18 4E
Octal 325 323 272 0 1 15 20 70 30 116
Binary 11010101 11010011 10111010 0 1 1101 10000 111000 11000 1001110

Color Harmonies of #D5D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D3BA

Black with #D5D3BA

Text Example


Text Example

White with #D5D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D3BA; }

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

 H1.HeaderClassName
 {
   color: #D5D3BA;
 }
 .AnyTagClassName
 {
   color: #D5D3BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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