Html Css Color HEX #D5D4B9 Celeste

📋 copy color: '#D5D4B9'

red 213 ◦ green 212 ◦ blue 185

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

Shades of Celeste #D5D4B9

Tints of Celeste #D5D4B9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.75%

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 34.92%
G = 34.75%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D5D4B9 (or 0xD5D4B9) is known color: Celeste. HEX triplet: D5, D4 and B9. RGB value is (213,212,185). Sum of RGB (Red+Green+Blue) = 213+212+185=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4B9 is #2A2B46. Grayscale: #D1D1D1. Windows color (decimal): -2763591 or 12178645. OLE color: 12178645.

HSL color Cylindrical-coordinate representation of color #D5D4B9: hue angle of 57.86º degrees, saturation: 0.25, 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 #D5D4B9 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 185 -
CMYK 0 0.00 0.13 0.16
HSL 57.86º 0.25% 0.78% -
HSV(B) 57.86º 0.13% 0.84% -
XYZ 59.74 64.74 55.25 -
YUV 209.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 213 212 185 0 0.00 0.13 0.16 57.86 0.25 0.78
Hex D5 D4 B9 0 0 D 10 3A 19 4E
Octal 325 324 271 0 0 15 20 72 31 116
Binary 11010101 11010100 10111001 0 0 1101 10000 111010 11001 1001110

Color Harmonies of #D5D4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4B9

Black with #D5D4B9

Text Example


Text Example

White with #D5D4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4B9; }

 p { color: rgb(213,212,185); }

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

background-color css

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

 a { background-color: rgb(213,212,185); }

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

border-color css

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

 span { border-color: rgb(213,212,185); }

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