Html Css Color HEX #EDDFF0 Selago

📋 copy color: '#EDDFF0'

red 237 ◦ green 223 ◦ blue 240

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

Shades of Selago #EDDFF0

Tints of Selago #EDDFF0

RGB

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

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

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

R = 33.86%
G = 31.86%
B = 34.29%

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

#EDDFF0 (or 0xEDDFF0) is known color: Selago. HEX triplet: ED, DF and F0. RGB value is (237,223,240). Sum of RGB (Red+Green+Blue) = 237+223+240=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFF0 is #12200F. Grayscale: #E5E5E5. Windows color (decimal): -1187856 or 15785965. OLE color: 15785965.

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

Color convert

RGB 237 223 240 -
CMYK 0.01 0.07 0 0.06
HSL 289.41º 0.36% 0.91% -
HSV(B) 289.41º 0.07% 0.94% -
XYZ 77.04 77.07 93.25 -
YUV 229.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 237 223 240 0.01 0.07 0 0.06 289.41 0.36 0.91
Hex ED DF F0 1 7 0 6 121 24 5B
Octal 355 337 360 1 7 0 6 441 44 133
Binary 11101101 11011111 11110000 1 111 0 110 100100001 100100 1011011

Color Harmonies of #EDDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFF0

Black with #EDDFF0

Text Example


Text Example

White with #EDDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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