Html Css Color HEX #EDD8F1 Selago

📋 copy color: '#EDD8F1'

red 237 ◦ green 216 ◦ blue 241

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

Shades of Selago #EDD8F1

Tints of Selago #EDD8F1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.12%

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

R = 34.15%
G = 31.12%
B = 34.73%

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

#EDD8F1 (or 0xEDD8F1) is known color: Selago. HEX triplet: ED, D8 and F1. RGB value is (237,216,241). Sum of RGB (Red+Green+Blue) = 237+216+241=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD8F1 is #12270E. Grayscale: #E1E1E1. Windows color (decimal): -1189647 or 15849709. OLE color: 15849709.

HSL color Cylindrical-coordinate representation of color #EDD8F1: hue angle of 290.4º degrees, saturation: 0.47, 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 #EDD8F1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 216 241 -
CMYK 0.02 0.10 0 0.05
HSL 290.4º 0.47% 0.9% -
HSV(B) 290.4º 0.1% 0.95% -
XYZ 75.36 73.47 93.43 -
YUV 225.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 237 216 241 0.02 0.10 0 0.05 290.4 0.47 0.9
Hex ED D8 F1 2 A 0 5 122 2F 5A
Octal 355 330 361 2 12 0 5 442 57 132
Binary 11101101 11011000 11110001 10 1010 0 101 100100010 101111 1011010

Color Harmonies of #EDD8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8F1

Black with #EDD8F1

Text Example


Text Example

White with #EDD8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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