Html Css Color HEX #EDCFEA Snuff

📋 copy color: '#EDCFEA'

red 237 ◦ green 207 ◦ blue 234

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

Shades of Snuff #EDCFEA

Tints of Snuff #EDCFEA

RGB

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

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

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

R = 34.96%
G = 30.53%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDCFEA (or 0xEDCFEA) is known color: Snuff. HEX triplet: ED, CF and EA. RGB value is (237,207,234). Sum of RGB (Red+Green+Blue) = 237+207+234=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFEA is #123015. Grayscale: #DADADA. Windows color (decimal): -1191958 or 15388653. OLE color: 15388653.

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

Color convert

RGB 237 207 234 -
CMYK 0 0.13 0.01 0.07
HSL 306º 0.45% 0.87% -
HSV(B) 306º 0.13% 0.93% -
XYZ 72.09 68.57 87.28 -
YUV 219.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 237 207 234 0 0.13 0.01 0.07 306 0.45 0.87
Hex ED CF EA 0 D 1 7 132 2D 57
Octal 355 317 352 0 15 1 7 462 55 127
Binary 11101101 11001111 11101010 0 1101 1 111 100110010 101101 1010111

Color Harmonies of #EDCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFEA

Black with #EDCFEA

Text Example


Text Example

White with #EDCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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