Html Css Color HEX #EDCCEC Snuff

📋 copy color: '#EDCCEC'

red 237 ◦ green 204 ◦ blue 236

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

Shades of Snuff #EDCCEC

Tints of Snuff #EDCCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 35.01%
G = 30.13%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDCCEC (or 0xEDCCEC) is known color: Snuff. HEX triplet: ED, CC and EC. RGB value is (237,204,236). Sum of RGB (Red+Green+Blue) = 237+204+236=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEC is #123313. Grayscale: #D9D9D9. Windows color (decimal): -1192724 or 15518957. OLE color: 15518957.

HSL color Cylindrical-coordinate representation of color #EDCCEC: hue angle of 301.82º 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 #EDCCEC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 236 -
CMYK 0 0.14 0.00 0.07
HSL 301.82º 0.48% 0.86% -
HSV(B) 301.82º 0.14% 0.93% -
XYZ 71.66 67.25 88.56 -
YUV 217.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 237 204 236 0 0.14 0.00 0.07 301.82 0.48 0.86
Hex ED CC EC 0 E 0 7 12E 30 56
Octal 355 314 354 0 16 0 7 456 60 126
Binary 11101101 11001100 11101100 0 1110 0 111 100101110 110000 1010110

Color Harmonies of #EDCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCEC

Black with #EDCCEC

Text Example


Text Example

White with #EDCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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