#EDDCEE

Color #EDDCEE Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #EDDCEE

Tints of Selago #EDDCEE

Color information

#EDDCEE (or 0xEDDCEE) is unknown color: approx Selago. HEX triplet: ED, DC and EE. RGB value is (237,220,238). Sum of RGB (Red+Green+Blue) = 237+220+238=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCEE is #122311. Grayscale: #E3E3E3. Windows color (decimal): -1188626 or 15654125. OLE color: 15654125.

HSL color Cylindrical-coordinate representation of color #EDDCEE: hue angle of 296.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDCEE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237220238-
CMYK0.000.0800.07
HSL296.67º34.62%89.8%-
HSV(B)296.67º7.56%93.33%-
XYZ75.9575.3691.43-
YUV227.14134.13135.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 220 (86.33% from 255) = 31.65%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=34.10%
G=31.65%
B=34.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372202380.000.0800.07296.6734.6289.8
HexEDDCEE0807129235a
Octal3553343560100745143132
Binary1110110111011100111011100100001111001010011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCEE; }

 p { color: rgb(237,220,238); }

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

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

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

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

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

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

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