Html Css Color HEX #EDDDED Selago

📋 copy color: '#EDDDED'

red 237 ◦ green 221 ◦ blue 237

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

Shades of Selago #EDDDED

Tints of Selago #EDDDED

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.8%

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

R = 34.1%
G = 31.8%
B = 34.1%

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

#EDDDED (or 0xEDDDED) is known color: Selago. HEX triplet: ED, DD and ED. RGB value is (237,221,237). Sum of RGB (Red+Green+Blue) = 237+221+237=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDED is #122212. Grayscale: #E3E3E3. Windows color (decimal): -1188371 or 15588845. OLE color: 15588845.

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

Color convert

RGB 237 221 237 -
CMYK 0 0.07 0 0.07
HSL 300º 0.31% 0.9% -
HSV(B) 300º 0.07% 0.93% -
XYZ 76.07 75.83 90.75 -
YUV 227.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 237 221 237 0 0.07 0 0.07 300 0.31 0.9
Hex ED DD ED 0 7 0 7 12C 1F 5A
Octal 355 335 355 0 7 0 7 454 37 132
Binary 11101101 11011101 11101101 0 111 0 111 100101100 11111 1011010

Color Harmonies of #EDDDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDED

Black with #EDDDED

Text Example


Text Example

White with #EDDDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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