Html Css Color HEX #EDDAEE Selago

📋 copy color: '#EDDAEE'

red 237 ◦ green 218 ◦ blue 238

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

Shades of Selago #EDDAEE

Tints of Selago #EDDAEE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.46%

 BLUE value IS 238 (93.36% from 255) = 34.34%

R = 34.2%
G = 31.46%
B = 34.34%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDAEE (or 0xEDDAEE) is known color: Selago. HEX triplet: ED, DA and EE. RGB value is (237,218,238). Sum of RGB (Red+Green+Blue) = 237+218+238=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDAEE is #122511. Grayscale: #E1E1E1. Windows color (decimal): -1189138 or 15653613. OLE color: 15653613.

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

Color convert

RGB 237 218 238 -
CMYK 0.00 0.08 0 0.07
HSL 297º 0.37% 0.89% -
HSV(B) 297º 0.08% 0.93% -
XYZ 75.43 74.32 91.26 -
YUV 225.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 237 218 238 0.00 0.08 0 0.07 297 0.37 0.89
Hex ED DA EE 0 8 0 7 129 25 59
Octal 355 332 356 0 10 0 7 451 45 131
Binary 11101101 11011010 11101110 0 1000 0 111 100101001 100101 1011001

Color Harmonies of #EDDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDAEE

Black with #EDDAEE

Text Example


Text Example

White with #EDDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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