Html Css Color HEX #EDCCE6 Snuff

📋 copy color: '#EDCCE6'

red 237 ◦ green 204 ◦ blue 230

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

Shades of Snuff #EDCCE6

Tints of Snuff #EDCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.28%

R = 35.32%
G = 30.4%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDCCE6 (or 0xEDCCE6) is known color: Snuff. HEX triplet: ED, CC and E6. RGB value is (237,204,230). Sum of RGB (Red+Green+Blue) = 237+204+230=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE6 is #123319. Grayscale: #D8D8D8. Windows color (decimal): -1192730 or 15125741. OLE color: 15125741.

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

Color convert

RGB 237 204 230 -
CMYK 0 0.14 0.03 0.07
HSL 312.73º 0.48% 0.86% -
HSV(B) 312.73º 0.14% 0.93% -
XYZ 70.8 66.9 84.04 -
YUV 216.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 237 204 230 0 0.14 0.03 0.07 312.73 0.48 0.86
Hex ED CC E6 0 E 3 7 139 30 56
Octal 355 314 346 0 16 3 7 471 60 126
Binary 11101101 11001100 11100110 0 1110 11 111 100111001 110000 1010110

Color Harmonies of #EDCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCE6

Black with #EDCCE6

Text Example


Text Example

White with #EDCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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