Html Css Color HEX #EDCEEE Snuff

📋 copy color: '#EDCEEE'

red 237 ◦ green 206 ◦ blue 238

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

Shades of Snuff #EDCEEE

Tints of Snuff #EDCEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.95%

R = 34.8%
G = 30.25%
B = 34.95%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDCEEE (or 0xEDCEEE) is known color: Snuff. HEX triplet: ED, CE and EE. RGB value is (237,206,238). Sum of RGB (Red+Green+Blue) = 237+206+238=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDCEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEEE is #123111. Grayscale: #DADADA. Windows color (decimal): -1192210 or 15650541. OLE color: 15650541.

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

Color convert

RGB 237 206 238 -
CMYK 0.00 0.13 0 0.07
HSL 298.13º 0.48% 0.87% -
HSV(B) 298.13º 0.13% 0.93% -
XYZ 72.43 68.32 90.26 -
YUV 218.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 237 206 238 0.00 0.13 0 0.07 298.13 0.48 0.87
Hex ED CE EE 0 D 0 7 12A 30 57
Octal 355 316 356 0 15 0 7 452 60 127
Binary 11101101 11001110 11101110 0 1101 0 111 100101010 110000 1010111

Color Harmonies of #EDCEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEEE

Black with #EDCEEE

Text Example


Text Example

White with #EDCEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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