Html Css Color HEX #EDDEF1 Selago

📋 copy color: '#EDDEF1'

red 237 ◦ green 222 ◦ blue 241

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

Shades of Selago #EDDEF1

Tints of Selago #EDDEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.43%

R = 33.86%
G = 31.71%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDDEF1 (or 0xEDDEF1) is known color: Selago. HEX triplet: ED, DE and F1. RGB value is (237,222,241). Sum of RGB (Red+Green+Blue) = 237+222+241=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF1 is #12210E. Grayscale: #E4E4E4. Windows color (decimal): -1188111 or 15851245. OLE color: 15851245.

HSL color Cylindrical-coordinate representation of color #EDDEF1: hue angle of 287.37º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDEF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 222 241 -
CMYK 0.02 0.08 0 0.05
HSL 287.37º 0.4% 0.91% -
HSV(B) 287.37º 0.08% 0.95% -
XYZ 76.92 76.6 93.95 -
YUV 228.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 237 222 241 0.02 0.08 0 0.05 287.37 0.4 0.91
Hex ED DE F1 2 8 0 5 11F 28 5B
Octal 355 336 361 2 10 0 5 437 50 133
Binary 11101101 11011110 11110001 10 1000 0 101 100011111 101000 1011011

Color Harmonies of #EDDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEF1

Black with #EDDEF1

Text Example


Text Example

White with #EDDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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