#EBDECF

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

Shades of Quarter Spanish White #EBDECF

Tints of Quarter Spanish White #EBDECF

Color information

#EBDECF (or 0xEBDECF) is unknown color: approx Quarter Spanish White. HEX triplet: EB, DE and CF. RGB value is (235,222,207). Sum of RGB (Red+Green+Blue) = 235+222+207=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDECF is #142130. Grayscale: #E0E0E0. Windows color (decimal): -1319217 or 13623019. OLE color: 13623019.

HSL color Cylindrical-coordinate representation of color #EBDECF: hue angle of 32.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBDECF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235222207-
CMYK00.060.120.08
HSL32.14º41.18%86.67%-
HSV(B)32.14º11.91%92.16%-
XYZ71.6474.4169.62-
YUV224.18118.31135.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 222 (87.11% from 255) = 33.43%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=35.39%
G=33.43%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522220700.060.120.0832.1441.1886.67
HexEBDECF06C8202957
Octal3533363170614104051127
Binary1110101111011110110011110110110010001000001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDECF; }

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

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

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

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

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

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

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

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