Html Css Color HEX #EDDFED Selago

📋 copy color: '#EDDFED'

red 237 ◦ green 223 ◦ blue 237

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

Shades of Selago #EDDFED

Tints of Selago #EDDFED

RGB

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

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

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

R = 34%
G = 31.99%
B = 34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDDFED (or 0xEDDFED) is known color: Selago. HEX triplet: ED, DF and ED. RGB value is (237,223,237). Sum of RGB (Red+Green+Blue) = 237+223+237=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFED is #122012. Grayscale: #E4E4E4. Windows color (decimal): -1187859 or 15589357. OLE color: 15589357.

HSL color Cylindrical-coordinate representation of color #EDDFED: hue angle of 300º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDFED is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 237 -
CMYK 0 0.06 0 0.07
HSL 300º 0.28% 0.9% -
HSV(B) 300º 0.06% 0.93% -
XYZ 76.6 76.89 90.93 -
YUV 228.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 237 223 237 0 0.06 0 0.07 300 0.28 0.9
Hex ED DF ED 0 6 0 7 12C 1C 5A
Octal 355 337 355 0 6 0 7 454 34 132
Binary 11101101 11011111 11101101 0 110 0 111 100101100 11100 1011010

Color Harmonies of #EDDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFED

Black with #EDDFED

Text Example


Text Example

White with #EDDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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