Html Css Color HEX #D2CEBE Ecru White

📋 copy color: '#D2CEBE'

red 210 ◦ green 206 ◦ blue 190

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

Shades of Ecru White #D2CEBE

Tints of Ecru White #D2CEBE

RGB

 RED value IS 210 (82.42% from 255) = 34.65%

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

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

R = 34.65%
G = 33.99%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2CEBE (or 0xD2CEBE) is known color: Ecru White. HEX triplet: D2, CE and BE. RGB value is (210,206,190). Sum of RGB (Red+Green+Blue) = 210+206+190=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBE is #2D3141. Grayscale: #CDCDCD. Windows color (decimal): -2961730 or 12504786. OLE color: 12504786.

HSL color Cylindrical-coordinate representation of color #D2CEBE: hue angle of 48º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2CEBE is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 190 -
CMYK 0 0.02 0.10 0.18
HSL 48º 0.18% 0.78% -
HSV(B) 48º 0.1% 0.82% -
XYZ 57.94 61.56 57.54 -
YUV 205.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 210 206 190 0 0.02 0.10 0.18 48 0.18 0.78
Hex D2 CE BE 0 2 A 12 30 12 4E
Octal 322 316 276 0 2 12 22 60 22 116
Binary 11010010 11001110 10111110 0 10 1010 10010 110000 10010 1001110

Color Harmonies of #D2CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEBE

Black with #D2CEBE

Text Example


Text Example

White with #D2CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEBE; }

 p { color: rgb(210,206,190); }

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

background-color css

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

 a { background-color: rgb(210,206,190); }

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

border-color css

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

 span { border-color: rgb(210,206,190); }

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