Html Css Color HEX #EDDFEF Selago

📋 copy color: '#EDDFEF'

red 237 ◦ green 223 ◦ blue 239

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

Shades of Selago #EDDFEF

Tints of Selago #EDDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.19%

R = 33.91%
G = 31.9%
B = 34.19%

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

#EDDFEF (or 0xEDDFEF) is known color: Selago. HEX triplet: ED, DF and EF. RGB value is (237,223,239). Sum of RGB (Red+Green+Blue) = 237+223+239=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEF is #122010. Grayscale: #E4E4E4. Windows color (decimal): -1187857 or 15720429. OLE color: 15720429.

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

Color convert

RGB 237 223 239 -
CMYK 0.01 0.07 0 0.06
HSL 292.5º 0.33% 0.91% -
HSV(B) 292.5º 0.07% 0.94% -
XYZ 76.89 77.01 92.47 -
YUV 229.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 237 223 239 0.01 0.07 0 0.06 292.5 0.33 0.91
Hex ED DF EF 1 7 0 6 124 21 5B
Octal 355 337 357 1 7 0 6 444 41 133
Binary 11101101 11011111 11101111 1 111 0 110 100100100 100001 1011011

Color Harmonies of #EDDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFEF

Black with #EDDFEF

Text Example


Text Example

White with #EDDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFEF; }

 p { color: rgb(237,223,239); }

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

background-color css

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

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

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

border-color css

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

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

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