Html Css Color HEX #EDDCF0 Selago

📋 copy color: '#EDDCF0'

red 237 ◦ green 220 ◦ blue 240

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

Shades of Selago #EDDCF0

Tints of Selago #EDDCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.56%

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

R = 34%
G = 31.56%
B = 34.43%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDDCF0 (or 0xEDDCF0) is known color: Selago. HEX triplet: ED, DC and F0. RGB value is (237,220,240). Sum of RGB (Red+Green+Blue) = 237+220+240=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF0 is #12230F. Grayscale: #E3E3E3. Windows color (decimal): -1188624 or 15785197. OLE color: 15785197.

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

Color convert

RGB 237 220 240 -
CMYK 0.01 0.08 0 0.06
HSL 291º 0.4% 0.9% -
HSV(B) 291º 0.08% 0.94% -
XYZ 76.25 75.48 92.99 -
YUV 227.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 237 220 240 0.01 0.08 0 0.06 291 0.4 0.9
Hex ED DC F0 1 8 0 6 123 28 5A
Octal 355 334 360 1 10 0 6 443 50 132
Binary 11101101 11011100 11110000 1 1000 0 110 100100011 101000 1011010

Color Harmonies of #EDDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDCF0

Black with #EDDCF0

Text Example


Text Example

White with #EDDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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