#EDDFCE

Color #EDDFCE Quarter Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Spanish White #EDDFCE

Tints of Quarter Spanish White #EDDFCE

Color information

#EDDFCE (or 0xEDDFCE) is unknown color: approx Quarter Spanish White. HEX triplet: ED, DF and CE. RGB value is (237,223,206). Sum of RGB (Red+Green+Blue) = 237+223+206=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFCE is #122031. Grayscale: #E1E1E1. Windows color (decimal): -1187890 or 13557741. OLE color: 13557741.

HSL color Cylindrical-coordinate representation of color #EDDFCE: hue angle of 32.9º degrees, saturation: 0.46, 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 #EDDFCE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB237223206-
CMYK00.060.130.07
HSL32.9º46.27%86.86%-
HSV(B)32.9º13.08%92.94%-
XYZ72.4575.2469.1-
YUV225.25117.14136.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=35.59%
G=33.48%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722320600.060.130.0732.946.2786.86
HexEDDFCE06D7212e57
Octal355337316061574156127
Binary111011011101111111001110011011011111000011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFCE; }

 p { color: rgb(237,223,206); }

 H1.HeaderClassName
 {
   color: #EDDFCE;
 }
 .AnyTagClassName
 {
   color: #EDDFCE;
 }
</style>
background-color css

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

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

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

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

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

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