Html Css Color HEX #EFD8F1 Selago

📋 copy color: '#EFD8F1'

red 239 ◦ green 216 ◦ blue 241

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

Shades of Selago #EFD8F1

Tints of Selago #EFD8F1

RGB

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

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

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

R = 34.34%
G = 31.03%
B = 34.63%

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

#EFD8F1 (or 0xEFD8F1) is known color: Selago. HEX triplet: EF, D8 and F1. RGB value is (239,216,241). Sum of RGB (Red+Green+Blue) = 239+216+241=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8F1 is #10270E. Grayscale: #E1E1E1. Windows color (decimal): -1058575 or 15849711. OLE color: 15849711.

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

Color convert

RGB 239 216 241 -
CMYK 0.01 0.10 0 0.05
HSL 295.2º 0.47% 0.9% -
HSV(B) 295.2º 0.1% 0.95% -
XYZ 76.03 73.81 93.46 -
YUV 225.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 239 216 241 0.01 0.10 0 0.05 295.2 0.47 0.9
Hex EF D8 F1 1 A 0 5 127 2F 5A
Octal 357 330 361 1 12 0 5 447 57 132
Binary 11101111 11011000 11110001 1 1010 0 101 100100111 101111 1011010

Color Harmonies of #EFD8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8F1

Black with #EFD8F1

Text Example


Text Example

White with #EFD8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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