Html Css Color HEX #EDDEEE Selago

📋 copy color: '#EDDEEE'

red 237 ◦ green 222 ◦ blue 238

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

Shades of Selago #EDDEEE

Tints of Selago #EDDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.85%

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

R = 34%
G = 31.85%
B = 34.15%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDEEE (or 0xEDDEEE) is known color: Selago. HEX triplet: ED, DE and EE. RGB value is (237,222,238). Sum of RGB (Red+Green+Blue) = 237+222+238=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEEE is #122111. Grayscale: #E4E4E4. Windows color (decimal): -1188114 or 15654637. OLE color: 15654637.

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

Color convert

RGB 237 222 238 -
CMYK 0.00 0.07 0 0.07
HSL 296.25º 0.32% 0.9% -
HSV(B) 296.25º 0.07% 0.93% -
XYZ 76.48 76.42 91.61 -
YUV 228.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 237 222 238 0.00 0.07 0 0.07 296.25 0.32 0.9
Hex ED DE EE 0 7 0 7 128 20 5A
Octal 355 336 356 0 7 0 7 450 40 132
Binary 11101101 11011110 11101110 0 111 0 111 100101000 100000 1011010

Color Harmonies of #EDDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEEE

Black with #EDDEEE

Text Example


Text Example

White with #EDDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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