Html Css Color HEX #EFDFF1 Selago

📋 copy color: '#EFDFF1'

red 239 ◦ green 223 ◦ blue 241

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

Shades of Selago #EFDFF1

Tints of Selago #EFDFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.72%

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

R = 34%
G = 31.72%
B = 34.28%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFDFF1 (or 0xEFDFF1) is known color: Selago. HEX triplet: EF, DF and F1. RGB value is (239,223,241). Sum of RGB (Red+Green+Blue) = 239+223+241=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF1 is #10200E. Grayscale: #E5E5E5. Windows color (decimal): -1056783 or 15851503. OLE color: 15851503.

HSL color Cylindrical-coordinate representation of color #EFDFF1: hue angle of 293.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFF1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 223 241 -
CMYK 0.01 0.07 0 0.05
HSL 293.33º 0.39% 0.91% -
HSV(B) 293.33º 0.07% 0.95% -
XYZ 77.86 77.48 94.07 -
YUV 229.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 239 223 241 0.01 0.07 0 0.05 293.33 0.39 0.91
Hex EF DF F1 1 7 0 5 125 27 5B
Octal 357 337 361 1 7 0 5 445 47 133
Binary 11101111 11011111 11110001 1 111 0 101 100100101 100111 1011011

Color Harmonies of #EFDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFF1

Black with #EFDFF1

Text Example


Text Example

White with #EFDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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