Html Css Color HEX #EFDFF3 Selago

📋 copy color: '#EFDFF3'

red 239 ◦ green 223 ◦ blue 243

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

Shades of Selago #EFDFF3

Tints of Selago #EFDFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.47%

R = 33.9%
G = 31.63%
B = 34.47%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFDFF3 (or 0xEFDFF3) is known color: Selago. HEX triplet: EF, DF and F3. RGB value is (239,223,243). Sum of RGB (Red+Green+Blue) = 239+223+243=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF3 is #10200C. Grayscale: #E5E5E5. Windows color (decimal): -1056781 or 15982575. OLE color: 15982575.

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

Color convert

RGB 239 223 243 -
CMYK 0.02 0.08 0 0.05
HSL 288º 0.45% 0.91% -
HSV(B) 288º 0.08% 0.95% -
XYZ 78.16 77.6 95.65 -
YUV 230.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 239 223 243 0.02 0.08 0 0.05 288 0.45 0.91
Hex EF DF F3 2 8 0 5 120 2D 5B
Octal 357 337 363 2 10 0 5 440 55 133
Binary 11101111 11011111 11110011 10 1000 0 101 100100000 101101 1011011

Color Harmonies of #EFDFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFF3

Black with #EFDFF3

Text Example


Text Example

White with #EFDFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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