Html Css Color HEX #EDCBE8 Snuff

📋 copy color: '#EDCBE8'

red 237 ◦ green 203 ◦ blue 232

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

Shades of Snuff #EDCBE8

Tints of Snuff #EDCBE8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.21%

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 35.27%
G = 30.21%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDCBE8 (or 0xEDCBE8) is known color: Snuff. HEX triplet: ED, CB and E8. RGB value is (237,203,232). Sum of RGB (Red+Green+Blue) = 237+203+232=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBE8 is #123417. Grayscale: #D8D8D8. Windows color (decimal): -1192984 or 15256557. OLE color: 15256557.

HSL color Cylindrical-coordinate representation of color #EDCBE8: hue angle of 308.82º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBE8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 232 -
CMYK 0 0.14 0.02 0.07
HSL 308.82º 0.49% 0.86% -
HSV(B) 308.82º 0.14% 0.93% -
XYZ 70.85 66.54 85.45 -
YUV 216.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 237 203 232 0 0.14 0.02 0.07 308.82 0.49 0.86
Hex ED CB E8 0 E 2 7 135 31 56
Octal 355 313 350 0 16 2 7 465 61 126
Binary 11101101 11001011 11101000 0 1110 10 111 100110101 110001 1010110

Color Harmonies of #EDCBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBE8

Black with #EDCBE8

Text Example


Text Example

White with #EDCBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBE8; }

 p { color: rgb(237,203,232); }

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

background-color css

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

 a { background-color: rgb(237,203,232); }

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

border-color css

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

 span { border-color: rgb(237,203,232); }

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