Html Css Color HEX #EDCFEB Snuff

📋 copy color: '#EDCFEB'

red 237 ◦ green 207 ◦ blue 235

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

Shades of Snuff #EDCFEB

Tints of Snuff #EDCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.49%

 BLUE value IS 235 (92.19% from 255) = 34.61%

R = 34.9%
G = 30.49%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDCFEB (or 0xEDCFEB) is known color: Snuff. HEX triplet: ED, CF and EB. RGB value is (237,207,235). Sum of RGB (Red+Green+Blue) = 237+207+235=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFEB is #123014. Grayscale: #DBDBDB. Windows color (decimal): -1191957 or 15454189. OLE color: 15454189.

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

Color convert

RGB 237 207 235 -
CMYK 0 0.13 0.01 0.07
HSL 304º 0.45% 0.87% -
HSV(B) 304º 0.13% 0.93% -
XYZ 72.23 68.63 88.04 -
YUV 219.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 237 207 235 0 0.13 0.01 0.07 304 0.45 0.87
Hex ED CF EB 0 D 1 7 130 2D 57
Octal 355 317 353 0 15 1 7 460 55 127
Binary 11101101 11001111 11101011 0 1101 1 111 100110000 101101 1010111

Color Harmonies of #EDCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFEB

Black with #EDCFEB

Text Example


Text Example

White with #EDCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFEB; }

 p { color: rgb(237,207,235); }

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

background-color css

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

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

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

border-color css

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

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

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