Html Css Color HEX #EDD6F0 Selago

📋 copy color: '#EDD6F0'

red 237 ◦ green 214 ◦ blue 240

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

Shades of Selago #EDD6F0

Tints of Selago #EDD6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.97%

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

R = 34.3%
G = 30.97%
B = 34.73%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD6F0 (or 0xEDD6F0) is known color: Selago. HEX triplet: ED, D6 and F0. RGB value is (237,214,240). Sum of RGB (Red+Green+Blue) = 237+214+240=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDD6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD6F0 is #12290F. Grayscale: #DFDFDF. Windows color (decimal): -1190160 or 15783661. OLE color: 15783661.

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

Color convert

RGB 237 214 240 -
CMYK 0.01 0.11 0 0.06
HSL 293.08º 0.46% 0.89% -
HSV(B) 293.08º 0.11% 0.94% -
XYZ 74.7 72.39 92.47 -
YUV 223.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 237 214 240 0.01 0.11 0 0.06 293.08 0.46 0.89
Hex ED D6 F0 1 B 0 6 125 2E 59
Octal 355 326 360 1 13 0 6 445 56 131
Binary 11101101 11010110 11110000 1 1011 0 110 100100101 101110 1011001

Color Harmonies of #EDD6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6F0

Black with #EDD6F0

Text Example


Text Example

White with #EDD6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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