Html Css Color HEX #D5CEBD Ecru White

📋 copy color: '#D5CEBD'

red 213 ◦ green 206 ◦ blue 189

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

Shades of Ecru White #D5CEBD

Tints of Ecru White #D5CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 35.03%
G = 33.88%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5CEBD (or 0xD5CEBD) is known color: Ecru White. HEX triplet: D5, CE and BD. RGB value is (213,206,189). Sum of RGB (Red+Green+Blue) = 213+206+189=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBD is #2A3142. Grayscale: #CECECE. Windows color (decimal): -2765123 or 12439253. OLE color: 12439253.

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

Color convert

RGB 213 206 189 -
CMYK 0 0.03 0.11 0.16
HSL 42.5º 0.22% 0.79% -
HSV(B) 42.5º 0.11% 0.84% -
XYZ 58.7 61.96 57.01 -
YUV 206.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 213 206 189 0 0.03 0.11 0.16 42.5 0.22 0.79
Hex D5 CE BD 0 3 B 10 2A 16 4F
Octal 325 316 275 0 3 13 20 52 26 117
Binary 11010101 11001110 10111101 0 11 1011 10000 101010 10110 1001111

Color Harmonies of #D5CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEBD

Black with #D5CEBD

Text Example


Text Example

White with #D5CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEBD; }

 p { color: rgb(213,206,189); }

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

background-color css

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

 a { background-color: rgb(213,206,189); }

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

border-color css

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

 span { border-color: rgb(213,206,189); }

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