Html Css Color HEX #D5D0C0 Ecru White

📋 copy color: '#D5D0C0'

red 213 ◦ green 208 ◦ blue 192

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

Shades of Ecru White #D5D0C0

Tints of Ecru White #D5D0C0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.93%

 BLUE value IS 192 (75.39% from 255) = 31.32%

R = 34.75%
G = 33.93%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5D0C0 (or 0xD5D0C0) is known color: Ecru White. HEX triplet: D5, D0 and C0. RGB value is (213,208,192). Sum of RGB (Red+Green+Blue) = 213+208+192=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0C0 is #2A2F3F. Grayscale: #CFCFCF. Windows color (decimal): -2764608 or 12636373. OLE color: 12636373.

HSL color Cylindrical-coordinate representation of color #D5D0C0: hue angle of 45.71º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5D0C0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 192 -
CMYK 0 0.02 0.10 0.16
HSL 45.71º 0.2% 0.79% -
HSV(B) 45.71º 0.1% 0.84% -
XYZ 59.51 63.06 58.91 -
YUV 207.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 213 208 192 0 0.02 0.10 0.16 45.71 0.2 0.79
Hex D5 D0 C0 0 2 A 10 2E 14 4F
Octal 325 320 300 0 2 12 20 56 24 117
Binary 11010101 11010000 11000000 0 10 1010 10000 101110 10100 1001111

Color Harmonies of #D5D0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0C0

Black with #D5D0C0

Text Example


Text Example

White with #D5D0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0C0; }

 p { color: rgb(213,208,192); }

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

background-color css

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

 a { background-color: rgb(213,208,192); }

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

border-color css

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

 span { border-color: rgb(213,208,192); }

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