Html Css Color HEX #EECCEA Snuff

📋 copy color: '#EECCEA'

red 238 ◦ green 204 ◦ blue 234

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

Shades of Snuff #EECCEA

Tints of Snuff #EECCEA

RGB

 RED value IS 238 (93.36% from 255) = 35.21%

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

 BLUE value IS 234 (91.8% from 255) = 34.62%

R = 35.21%
G = 30.18%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EECCEA (or 0xEECCEA) is known color: Snuff. HEX triplet: EE, CC and EA. RGB value is (238,204,234). Sum of RGB (Red+Green+Blue) = 238+204+234=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCEA is #113315. Grayscale: #D9D9D9. Windows color (decimal): -1127190 or 15387886. OLE color: 15387886.

HSL color Cylindrical-coordinate representation of color #EECCEA: hue angle of 307.06º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCEA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 204 234 -
CMYK 0 0.14 0.02 0.07
HSL 307.06º 0.5% 0.87% -
HSV(B) 307.06º 0.14% 0.93% -
XYZ 71.7 67.3 87.05 -
YUV 217.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 238 204 234 0 0.14 0.02 0.07 307.06 0.5 0.87
Hex EE CC EA 0 E 2 7 133 32 57
Octal 356 314 352 0 16 2 7 463 62 127
Binary 11101110 11001100 11101010 0 1110 10 111 100110011 110010 1010111

Color Harmonies of #EECCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCEA

Black with #EECCEA

Text Example


Text Example

White with #EECCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCEA; }

 p { color: rgb(238,204,234); }

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

background-color css

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

 a { background-color: rgb(238,204,234); }

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

border-color css

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

 span { border-color: rgb(238,204,234); }

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