Html Css Color HEX #EFD8F2 Selago

📋 copy color: '#EFD8F2'

red 239 ◦ green 216 ◦ blue 242

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

Shades of Selago #EFD8F2

Tints of Selago #EFD8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.72%

R = 34.29%
G = 30.99%
B = 34.72%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFD8F2 (or 0xEFD8F2) is known color: Selago. HEX triplet: EF, D8 and F2. RGB value is (239,216,242). Sum of RGB (Red+Green+Blue) = 239+216+242=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFD8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8F2 is #10270D. Grayscale: #E1E1E1. Windows color (decimal): -1058574 or 15915247. OLE color: 15915247.

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

Color convert

RGB 239 216 242 -
CMYK 0.01 0.11 0 0.05
HSL 293.08º 0.5% 0.9% -
HSV(B) 293.08º 0.11% 0.95% -
XYZ 76.18 73.87 94.25 -
YUV 225.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 239 216 242 0.01 0.11 0 0.05 293.08 0.5 0.9
Hex EF D8 F2 1 B 0 5 125 32 5A
Octal 357 330 362 1 13 0 5 445 62 132
Binary 11101111 11011000 11110010 1 1011 0 101 100100101 110010 1011010

Color Harmonies of #EFD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8F2

Black with #EFD8F2

Text Example


Text Example

White with #EFD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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