Html Css Color HEX #EDCEF3 Snuff

📋 copy color: '#EDCEF3'

red 237 ◦ green 206 ◦ blue 243

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

Shades of Snuff #EDCEF3

Tints of Snuff #EDCEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 34.55%
G = 30.03%
B = 35.42%

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

#EDCEF3 (or 0xEDCEF3) is known color: Snuff. HEX triplet: ED, CE and F3. RGB value is (237,206,243). Sum of RGB (Red+Green+Blue) = 237+206+243=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDCEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEF3 is #12310C. Grayscale: #DBDBDB. Windows color (decimal): -1192205 or 15978221. OLE color: 15978221.

HSL color Cylindrical-coordinate representation of color #EDCEF3: hue angle of 290.27º degrees, saturation: 0.61, 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 #EDCEF3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 206 243 -
CMYK 0.02 0.15 0 0.05
HSL 290.27º 0.61% 0.88% -
HSV(B) 290.27º 0.15% 0.95% -
XYZ 73.17 68.62 94.18 -
YUV 219.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 206 243 0.02 0.15 0 0.05 290.27 0.61 0.88
Hex ED CE F3 2 F 0 5 122 3D 58
Octal 355 316 363 2 17 0 5 442 75 130
Binary 11101101 11001110 11110011 10 1111 0 101 100100010 111101 1011000

Color Harmonies of #EDCEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEF3

Black with #EDCEF3

Text Example


Text Example

White with #EDCEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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