Html Css Color HEX #EDCDF2 Snuff

📋 copy color: '#EDCDF2'

red 237 ◦ green 205 ◦ blue 242

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

Shades of Snuff #EDCDF2

Tints of Snuff #EDCDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.97%

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

R = 34.65%
G = 29.97%
B = 35.38%

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

#EDCDF2 (or 0xEDCDF2) is known color: Snuff. HEX triplet: ED, CD and F2. RGB value is (237,205,242). Sum of RGB (Red+Green+Blue) = 237+205+242=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDCDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDF2 is #12320D. Grayscale: #DADADA. Windows color (decimal): -1192462 or 15912429. OLE color: 15912429.

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

Color convert

RGB 237 205 242 -
CMYK 0.02 0.15 0 0.05
HSL 291.89º 0.59% 0.88% -
HSV(B) 291.89º 0.15% 0.95% -
XYZ 72.78 68.08 93.31 -
YUV 218.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 237 205 242 0.02 0.15 0 0.05 291.89 0.59 0.88
Hex ED CD F2 2 F 0 5 124 3B 58
Octal 355 315 362 2 17 0 5 444 73 130
Binary 11101101 11001101 11110010 10 1111 0 101 100100100 111011 1011000

Color Harmonies of #EDCDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDF2

Black with #EDCDF2

Text Example


Text Example

White with #EDCDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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