Html Css Color HEX #EDCBED Snuff

📋 copy color: '#EDCBED'

red 237 ◦ green 203 ◦ blue 237

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

Shades of Snuff #EDCBED

Tints of Snuff #EDCBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 35.01%
G = 29.99%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDCBED (or 0xEDCBED) is known color: Snuff. HEX triplet: ED, CB and ED. RGB value is (237,203,237). Sum of RGB (Red+Green+Blue) = 237+203+237=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 203 (79.69% from 255 or 29.99% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCBED is #123412. Grayscale: #D8D8D8. Windows color (decimal): -1192979 or 15584237. OLE color: 15584237.

HSL color Cylindrical-coordinate representation of color #EDCBED: hue angle of 300º 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 #EDCBED is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 237 -
CMYK 0 0.14 0 0.07
HSL 300º 0.49% 0.86% -
HSV(B) 300º 0.14% 0.93% -
XYZ 71.57 66.83 89.25 -
YUV 217.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 237 203 237 0 0.14 0 0.07 300 0.49 0.86
Hex ED CB ED 0 E 0 7 12C 31 56
Octal 355 313 355 0 16 0 7 454 61 126
Binary 11101101 11001011 11101101 0 1110 0 111 100101100 110001 1010110

Color Harmonies of #EDCBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBED

Black with #EDCBED

Text Example


Text Example

White with #EDCBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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