Html Css Color HEX #D2CCBB Ecru White

📋 copy color: '#D2CCBB'

red 210 ◦ green 204 ◦ blue 187

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

Shades of Ecru White #D2CCBB

Tints of Ecru White #D2CCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.94%

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 34.94%
G = 33.94%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D2CCBB (or 0xD2CCBB) is known color: Ecru White. HEX triplet: D2, CC and BB. RGB value is (210,204,187). Sum of RGB (Red+Green+Blue) = 210+204+187=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCBB is #2D3344. Grayscale: #CBCBCB. Windows color (decimal): -2962245 or 12307666. OLE color: 12307666.

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

Color convert

RGB 210 204 187 -
CMYK 0 0.03 0.11 0.18
HSL 44.35º 0.2% 0.78% -
HSV(B) 44.35º 0.11% 0.82% -
XYZ 57.14 60.48 55.67 -
YUV 203.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 210 204 187 0 0.03 0.11 0.18 44.35 0.2 0.78
Hex D2 CC BB 0 3 B 12 2C 14 4E
Octal 322 314 273 0 3 13 22 54 24 116
Binary 11010010 11001100 10111011 0 11 1011 10010 101100 10100 1001110

Color Harmonies of #D2CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCBB

Black with #D2CCBB

Text Example


Text Example

White with #D2CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCBB; }

 p { color: rgb(210,204,187); }

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

background-color css

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

 a { background-color: rgb(210,204,187); }

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

border-color css

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

 span { border-color: rgb(210,204,187); }

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