Html Css Color HEX #E7DCCC Half Spanish White

📋 copy color: '#E7DCCC'

red 231 ◦ green 220 ◦ blue 204

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

Shades of Half Spanish White #E7DCCC

Tints of Half Spanish White #E7DCCC

RGB

 RED value IS 231 (90.63% from 255) = 35.27%

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 35.27%
G = 33.59%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E7DCCC (or 0xE7DCCC) is known color: Half Spanish White. HEX triplet: E7, DC and CC. RGB value is (231,220,204). Sum of RGB (Red+Green+Blue) = 231+220+204=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCCC is #182333. Grayscale: #DDDDDD. Windows color (decimal): -1581876 or 13425895. OLE color: 13425895.

HSL color Cylindrical-coordinate representation of color #E7DCCC: hue angle of 35.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7DCCC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 204 -
CMYK 0 0.05 0.12 0.09
HSL 35.56º 0.36% 0.85% -
HSV(B) 35.56º 0.12% 0.91% -
XYZ 69.45 72.53 67.47 -
YUV 221.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 231 220 204 0 0.05 0.12 0.09 35.56 0.36 0.85
Hex E7 DC CC 0 5 C 9 24 24 55
Octal 347 334 314 0 5 14 11 44 44 125
Binary 11100111 11011100 11001100 0 101 1100 1001 100100 100100 1010101

Color Harmonies of #E7DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCCC

Black with #E7DCCC

Text Example


Text Example

White with #E7DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCCC; }

 p { color: rgb(231,220,204); }

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

background-color css

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

 a { background-color: rgb(231,220,204); }

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

border-color css

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

 span { border-color: rgb(231,220,204); }

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