Html Css Color HEX #D5D4BE Celeste

📋 copy color: '#D5D4BE'

red 213 ◦ green 212 ◦ blue 190

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

Shades of Celeste #D5D4BE

Tints of Celeste #D5D4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 34.63%
G = 34.47%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5D4BE (or 0xD5D4BE) is known color: Celeste. HEX triplet: D5, D4 and BE. RGB value is (213,212,190). Sum of RGB (Red+Green+Blue) = 213+212+190=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4BE is #2A2B41. Grayscale: #D1D1D1. Windows color (decimal): -2763586 or 12506325. OLE color: 12506325.

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

Color convert

RGB 213 212 190 -
CMYK 0 0.00 0.11 0.16
HSL 57.39º 0.21% 0.79% -
HSV(B) 57.39º 0.11% 0.84% -
XYZ 60.28 64.95 58.07 -
YUV 209.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 213 212 190 0 0.00 0.11 0.16 57.39 0.21 0.79
Hex D5 D4 BE 0 0 B 10 39 15 4F
Octal 325 324 276 0 0 13 20 71 25 117
Binary 11010101 11010100 10111110 0 0 1011 10000 111001 10101 1001111

Color Harmonies of #D5D4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4BE

Black with #D5D4BE

Text Example


Text Example

White with #D5D4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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