Html Css Color HEX #EDDCED Selago

📋 copy color: '#EDDCED'

red 237 ◦ green 220 ◦ blue 237

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

Shades of Selago #EDDCED

Tints of Selago #EDDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 34.15%
G = 31.7%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDCED (or 0xEDDCED) is known color: Selago. HEX triplet: ED, DC and ED. RGB value is (237,220,237). Sum of RGB (Red+Green+Blue) = 237+220+237=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCED is #122312. Grayscale: #E2E2E2. Windows color (decimal): -1188627 or 15588589. OLE color: 15588589.

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

Color convert

RGB 237 220 237 -
CMYK 0 0.07 0 0.07
HSL 300º 0.32% 0.9% -
HSV(B) 300º 0.07% 0.93% -
XYZ 75.8 75.31 90.66 -
YUV 227.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 237 220 237 0 0.07 0 0.07 300 0.32 0.9
Hex ED DC ED 0 7 0 7 12C 20 5A
Octal 355 334 355 0 7 0 7 454 40 132
Binary 11101101 11011100 11101101 0 111 0 111 100101100 100000 1011010

Color Harmonies of #EDDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCED

Black with #EDDCED

Text Example


Text Example

White with #EDDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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