Html Css Color HEX #EDCCEA Snuff

📋 copy color: '#EDCCEA'

red 237 ◦ green 204 ◦ blue 234

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

Shades of Snuff #EDCCEA

Tints of Snuff #EDCCEA

RGB

 RED value IS 237 (92.97% from 255) = 35.11%

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

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

R = 35.11%
G = 30.22%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDCCEA (or 0xEDCCEA) is known color: Snuff. HEX triplet: ED, CC and EA. RGB value is (237,204,234). Sum of RGB (Red+Green+Blue) = 237+204+234=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEA is #123315. Grayscale: #D9D9D9. Windows color (decimal): -1192726 or 15387885. OLE color: 15387885.

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

Color convert

RGB 237 204 234 -
CMYK 0 0.14 0.01 0.07
HSL 305.45º 0.48% 0.86% -
HSV(B) 305.45º 0.14% 0.93% -
XYZ 71.37 67.13 87.04 -
YUV 217.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 237 204 234 0 0.14 0.01 0.07 305.45 0.48 0.86
Hex ED CC EA 0 E 1 7 131 30 56
Octal 355 314 352 0 16 1 7 461 60 126
Binary 11101101 11001100 11101010 0 1110 1 111 100110001 110000 1010110

Color Harmonies of #EDCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCEA

Black with #EDCCEA

Text Example


Text Example

White with #EDCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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