Html Css Color HEX #EFDAF2 Selago

📋 copy color: '#EFDAF2'

red 239 ◦ green 218 ◦ blue 242

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

Shades of Selago #EFDAF2

Tints of Selago #EFDAF2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.19%

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

R = 34.19%
G = 31.19%
B = 34.62%

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

#EFDAF2 (or 0xEFDAF2) is known color: Selago. HEX triplet: EF, DA and F2. RGB value is (239,218,242). Sum of RGB (Red+Green+Blue) = 239+218+242=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF2 is #10250D. Grayscale: #E2E2E2. Windows color (decimal): -1058062 or 15915759. OLE color: 15915759.

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

Color convert

RGB 239 218 242 -
CMYK 0.01 0.10 0 0.05
HSL 292.5º 0.48% 0.9% -
HSV(B) 292.5º 0.1% 0.95% -
XYZ 76.7 74.9 94.42 -
YUV 227.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 239 218 242 0.01 0.10 0 0.05 292.5 0.48 0.9
Hex EF DA F2 1 A 0 5 124 30 5A
Octal 357 332 362 1 12 0 5 444 60 132
Binary 11101111 11011010 11110010 1 1010 0 101 100100100 110000 1011010

Color Harmonies of #EFDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAF2

Black with #EFDAF2

Text Example


Text Example

White with #EFDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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