Html Css Color HEX #EEDFF0 Selago

📋 copy color: '#EEDFF0'

red 238 ◦ green 223 ◦ blue 240

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

Shades of Selago #EEDFF0

Tints of Selago #EEDFF0

RGB

 RED value IS 238 (93.36% from 255) = 33.95%

 GREEN value IS 223 (87.5% from 255) = 31.81%

 BLUE value IS 240 (94.14% from 255) = 34.24%

R = 33.95%
G = 31.81%
B = 34.24%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEDFF0 (or 0xEEDFF0) is known color: Selago. HEX triplet: EE, DF and F0. RGB value is (238,223,240). Sum of RGB (Red+Green+Blue) = 238+223+240=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFF0 is #11200F. Grayscale: #E5E5E5. Windows color (decimal): -1122320 or 15785966. OLE color: 15785966.

HSL color Cylindrical-coordinate representation of color #EEDFF0: hue angle of 292.94º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDFF0 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 223 240 -
CMYK 0.01 0.07 0 0.06
HSL 292.94º 0.36% 0.91% -
HSV(B) 292.94º 0.07% 0.94% -
XYZ 77.38 77.24 93.27 -
YUV 229.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 238 223 240 0.01 0.07 0 0.06 292.94 0.36 0.91
Hex EE DF F0 1 7 0 6 125 24 5B
Octal 356 337 360 1 7 0 6 445 44 133
Binary 11101110 11011111 11110000 1 111 0 110 100100101 100100 1011011

Color Harmonies of #EEDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFF0

Black with #EEDFF0

Text Example


Text Example

White with #EEDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFF0; }

 p { color: rgb(238,223,240); }

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

background-color css

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

 a { background-color: rgb(238,223,240); }

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

border-color css

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

 span { border-color: rgb(238,223,240); }

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