Html Css Color HEX #EFD9F1 Selago

📋 copy color: '#EFD9F1'

red 239 ◦ green 217 ◦ blue 241

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

Shades of Selago #EFD9F1

Tints of Selago #EFD9F1

RGB

 RED value IS 239 (93.75% from 255) = 34.29%

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

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

R = 34.29%
G = 31.13%
B = 34.58%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD9F1 (or 0xEFD9F1) is known color: Selago. HEX triplet: EF, D9 and F1. RGB value is (239,217,241). Sum of RGB (Red+Green+Blue) = 239+217+241=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9F1 is #10260E. Grayscale: #E2E2E2. Windows color (decimal): -1058319 or 15849967. OLE color: 15849967.

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

Color convert

RGB 239 217 241 -
CMYK 0.01 0.10 0 0.05
HSL 295º 0.46% 0.9% -
HSV(B) 295º 0.1% 0.95% -
XYZ 76.29 74.33 93.54 -
YUV 226.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 239 217 241 0.01 0.10 0 0.05 295 0.46 0.9
Hex EF D9 F1 1 A 0 5 127 2E 5A
Octal 357 331 361 1 12 0 5 447 56 132
Binary 11101111 11011001 11110001 1 1010 0 101 100100111 101110 1011010

Color Harmonies of #EFD9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9F1

Black with #EFD9F1

Text Example


Text Example

White with #EFD9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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