Html Css Color HEX #EDCFE6 Snuff

📋 copy color: '#EDCFE6'

red 237 ◦ green 207 ◦ blue 230

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

Shades of Snuff #EDCFE6

Tints of Snuff #EDCFE6

RGB

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

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

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

R = 35.16%
G = 30.71%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDCFE6 (or 0xEDCFE6) is known color: Snuff. HEX triplet: ED, CF and E6. RGB value is (237,207,230). Sum of RGB (Red+Green+Blue) = 237+207+230=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFE6 is #123019. Grayscale: #DADADA. Windows color (decimal): -1191962 or 15126509. OLE color: 15126509.

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

Color convert

RGB 237 207 230 -
CMYK 0 0.13 0.03 0.07
HSL 314º 0.45% 0.87% -
HSV(B) 314º 0.13% 0.93% -
XYZ 71.52 68.34 84.28 -
YUV 218.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 237 207 230 0 0.13 0.03 0.07 314 0.45 0.87
Hex ED CF E6 0 D 3 7 13A 2D 57
Octal 355 317 346 0 15 3 7 472 55 127
Binary 11101101 11001111 11100110 0 1101 11 111 100111010 101101 1010111

Color Harmonies of #EDCFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFE6

Black with #EDCFE6

Text Example


Text Example

White with #EDCFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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