Html Css Color HEX #EDCEEA Snuff

📋 copy color: '#EDCEEA'

red 237 ◦ green 206 ◦ blue 234

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

Shades of Snuff #EDCEEA

Tints of Snuff #EDCEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.43%

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

R = 35.01%
G = 30.43%
B = 34.56%

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

#EDCEEA (or 0xEDCEEA) is known color: Snuff. HEX triplet: ED, CE and EA. RGB value is (237,206,234). Sum of RGB (Red+Green+Blue) = 237+206+234=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEEA is #123115. Grayscale: #DADADA. Windows color (decimal): -1192214 or 15388397. OLE color: 15388397.

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

Color convert

RGB 237 206 234 -
CMYK 0 0.13 0.01 0.07
HSL 305.81º 0.46% 0.87% -
HSV(B) 305.81º 0.13% 0.93% -
XYZ 71.85 68.09 87.2 -
YUV 218.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 237 206 234 0 0.13 0.01 0.07 305.81 0.46 0.87
Hex ED CE EA 0 D 1 7 132 2E 57
Octal 355 316 352 0 15 1 7 462 56 127
Binary 11101101 11001110 11101010 0 1101 1 111 100110010 101110 1010111

Color Harmonies of #EDCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEEA

Black with #EDCEEA

Text Example


Text Example

White with #EDCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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