Html Css Color HEX #EDD9F1 Selago

📋 copy color: '#EDD9F1'

red 237 ◦ green 217 ◦ blue 241

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

Shades of Selago #EDD9F1

Tints of Selago #EDD9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.22%

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 34.1%
G = 31.22%
B = 34.68%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD9F1 (or 0xEDD9F1) is known color: Selago. HEX triplet: ED, D9 and F1. RGB value is (237,217,241). Sum of RGB (Red+Green+Blue) = 237+217+241=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9F1 is #12260E. Grayscale: #E1E1E1. Windows color (decimal): -1189391 or 15849965. OLE color: 15849965.

HSL color Cylindrical-coordinate representation of color #EDD9F1: hue angle of 290º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDD9F1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 217 241 -
CMYK 0.02 0.10 0 0.05
HSL 290º 0.46% 0.9% -
HSV(B) 290º 0.1% 0.95% -
XYZ 75.62 73.98 93.51 -
YUV 225.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 237 217 241 0.02 0.10 0 0.05 290 0.46 0.9
Hex ED D9 F1 2 A 0 5 122 2E 5A
Octal 355 331 361 2 12 0 5 442 56 132
Binary 11101101 11011001 11110001 10 1010 0 101 100100010 101110 1011010

Color Harmonies of #EDD9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9F1

Black with #EDD9F1

Text Example


Text Example

White with #EDD9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9F1; }

 p { color: rgb(237,217,241); }

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

background-color css

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

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

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

border-color css

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

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

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