Html Css Color HEX #EDD5F2 Selago

📋 copy color: '#EDD5F2'

red 237 ◦ green 213 ◦ blue 242

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

Shades of Selago #EDD5F2

Tints of Selago #EDD5F2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.78%

 BLUE value IS 242 (94.92% from 255) = 34.97%

R = 34.25%
G = 30.78%
B = 34.97%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD5F2 (or 0xEDD5F2) is known color: Selago. HEX triplet: ED, D5 and F2. RGB value is (237,213,242). Sum of RGB (Red+Green+Blue) = 237+213+242=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 242 (94.92% from 255 or 34.97% from 692); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDD5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5F2 is #122A0D. Grayscale: #DFDFDF. Windows color (decimal): -1190414 or 15914477. OLE color: 15914477.

HSL color Cylindrical-coordinate representation of color #EDD5F2: hue angle of 289.66º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD5F2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 213 242 -
CMYK 0.02 0.12 0 0.05
HSL 289.66º 0.53% 0.89% -
HSV(B) 289.66º 0.12% 0.95% -
XYZ 74.75 72 93.96 -
YUV 223.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 237 213 242 0.02 0.12 0 0.05 289.66 0.53 0.89
Hex ED D5 F2 2 C 0 5 122 35 59
Octal 355 325 362 2 14 0 5 442 65 131
Binary 11101101 11010101 11110010 10 1100 0 101 100100010 110101 1011001

Color Harmonies of #EDD5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5F2

Black with #EDD5F2

Text Example


Text Example

White with #EDD5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5F2; }

 p { color: rgb(237,213,242); }

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

background-color css

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

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

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

border-color css

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

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

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