Html Css Color HEX #D2CCBC Ecru White

📋 copy color: '#D2CCBC'

red 210 ◦ green 204 ◦ blue 188

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

Shades of Ecru White #D2CCBC

Tints of Ecru White #D2CCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 34.88%
G = 33.89%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D2CCBC (or 0xD2CCBC) is known color: Ecru White. HEX triplet: D2, CC and BC. RGB value is (210,204,188). Sum of RGB (Red+Green+Blue) = 210+204+188=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCBC is #2D3343. Grayscale: #CCCCCC. Windows color (decimal): -2962244 or 12373202. OLE color: 12373202.

HSL color Cylindrical-coordinate representation of color #D2CCBC: hue angle of 43.64º degrees, saturation: 0.2, 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 #D2CCBC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 188 -
CMYK 0 0.03 0.10 0.18
HSL 43.64º 0.2% 0.78% -
HSV(B) 43.64º 0.1% 0.82% -
XYZ 57.25 60.52 56.24 -
YUV 203.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 210 204 188 0 0.03 0.10 0.18 43.64 0.2 0.78
Hex D2 CC BC 0 3 A 12 2C 14 4E
Octal 322 314 274 0 3 12 22 54 24 116
Binary 11010010 11001100 10111100 0 11 1010 10010 101100 10100 1001110

Color Harmonies of #D2CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCBC

Black with #D2CCBC

Text Example


Text Example

White with #D2CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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