Html Css Color HEX #EECFEA Snuff

📋 copy color: '#EECFEA'

red 238 ◦ green 207 ◦ blue 234

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

Shades of Snuff #EECFEA

Tints of Snuff #EECFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.49%

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

R = 35.05%
G = 30.49%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EECFEA (or 0xEECFEA) is known color: Snuff. HEX triplet: EE, CF and EA. RGB value is (238,207,234). Sum of RGB (Red+Green+Blue) = 238+207+234=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFEA is #113015. Grayscale: #DBDBDB. Windows color (decimal): -1126422 or 15388654. OLE color: 15388654.

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

Color convert

RGB 238 207 234 -
CMYK 0 0.13 0.02 0.07
HSL 307.74º 0.48% 0.87% -
HSV(B) 307.74º 0.13% 0.93% -
XYZ 72.42 68.74 87.29 -
YUV 219.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 238 207 234 0 0.13 0.02 0.07 307.74 0.48 0.87
Hex EE CF EA 0 D 2 7 134 30 57
Octal 356 317 352 0 15 2 7 464 60 127
Binary 11101110 11001111 11101010 0 1101 10 111 100110100 110000 1010111

Color Harmonies of #EECFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFEA

Black with #EECFEA

Text Example


Text Example

White with #EECFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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