Html Css Color HEX #EDCDE8 Snuff

📋 copy color: '#EDCDE8'

red 237 ◦ green 205 ◦ blue 232

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

Shades of Snuff #EDCDE8

Tints of Snuff #EDCDE8

RGB

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

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

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

R = 35.16%
G = 30.42%
B = 34.42%

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

#EDCDE8 (or 0xEDCDE8) is known color: Snuff. HEX triplet: ED, CD and E8. RGB value is (237,205,232). Sum of RGB (Red+Green+Blue) = 237+205+232=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCDE8 is #123217. Grayscale: #D9D9D9. Windows color (decimal): -1192472 or 15257069. OLE color: 15257069.

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

Color convert

RGB 237 205 232 -
CMYK 0 0.14 0.02 0.07
HSL 309.38º 0.47% 0.87% -
HSV(B) 309.38º 0.14% 0.93% -
XYZ 71.32 67.49 85.61 -
YUV 217.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 237 205 232 0 0.14 0.02 0.07 309.38 0.47 0.87
Hex ED CD E8 0 E 2 7 135 2F 57
Octal 355 315 350 0 16 2 7 465 57 127
Binary 11101101 11001101 11101000 0 1110 10 111 100110101 101111 1010111

Color Harmonies of #EDCDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDE8

Black with #EDCDE8

Text Example


Text Example

White with #EDCDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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