Html Css Color HEX #EFD9F4 Selago

📋 copy color: '#EFD9F4'

red 239 ◦ green 217 ◦ blue 244

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

Shades of Selago #EFD9F4

Tints of Selago #EFD9F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 34.86%

R = 34.14%
G = 31%
B = 34.86%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFD9F4 (or 0xEFD9F4) is known color: Selago. HEX triplet: EF, D9 and F4. RGB value is (239,217,244). Sum of RGB (Red+Green+Blue) = 239+217+244=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFD9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9F4 is #10260B. Grayscale: #E2E2E2. Windows color (decimal): -1058316 or 16046575. OLE color: 16046575.

HSL color Cylindrical-coordinate representation of color #EFD9F4: hue angle of 288.89º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD9F4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 217 244 -
CMYK 0.02 0.11 0 0.04
HSL 288.89º 0.55% 0.9% -
HSV(B) 288.89º 0.11% 0.96% -
XYZ 76.74 74.51 95.92 -
YUV 226.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 239 217 244 0.02 0.11 0 0.04 288.89 0.55 0.9
Hex EF D9 F4 2 B 0 4 121 37 5A
Octal 357 331 364 2 13 0 4 441 67 132
Binary 11101111 11011001 11110100 10 1011 0 100 100100001 110111 1011010

Color Harmonies of #EFD9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9F4

Black with #EFD9F4

Text Example


Text Example

White with #EFD9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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