Html Css Color HEX #EDCEF2 Snuff

📋 copy color: '#EDCEF2'

red 237 ◦ green 206 ◦ blue 242

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

Shades of Snuff #EDCEF2

Tints of Snuff #EDCEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.33%

R = 34.6%
G = 30.07%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDCEF2 (or 0xEDCEF2) is known color: Snuff. HEX triplet: ED, CE and F2. RGB value is (237,206,242). Sum of RGB (Red+Green+Blue) = 237+206+242=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF2 is #12310D. Grayscale: #DBDBDB. Windows color (decimal): -1192206 or 15912685. OLE color: 15912685.

HSL color Cylindrical-coordinate representation of color #EDCEF2: hue angle of 291.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCEF2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 206 242 -
CMYK 0.02 0.15 0 0.05
HSL 291.67º 0.58% 0.88% -
HSV(B) 291.67º 0.15% 0.95% -
XYZ 73.02 68.56 93.39 -
YUV 219.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 237 206 242 0.02 0.15 0 0.05 291.67 0.58 0.88
Hex ED CE F2 2 F 0 5 124 3A 58
Octal 355 316 362 2 17 0 5 444 72 130
Binary 11101101 11001110 11110010 10 1111 0 101 100100100 111010 1011000

Color Harmonies of #EDCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEF2

Black with #EDCEF2

Text Example


Text Example

White with #EDCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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