Html Css Color HEX #EFDAF4 Selago

📋 copy color: '#EFDAF4'

red 239 ◦ green 218 ◦ blue 244

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

Shades of Selago #EFDAF4

Tints of Selago #EFDAF4

RGB

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

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

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

R = 34.09%
G = 31.1%
B = 34.81%

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

#EFDAF4 (or 0xEFDAF4) is known color: Selago. HEX triplet: EF, DA and F4. RGB value is (239,218,244). Sum of RGB (Red+Green+Blue) = 239+218+244=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFDAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF4 is #10250B. Grayscale: #E3E3E3. Windows color (decimal): -1058060 or 16046831. OLE color: 16046831.

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

Color convert

RGB 239 218 244 -
CMYK 0.02 0.11 0 0.04
HSL 288.46º 0.54% 0.91% -
HSV(B) 288.46º 0.11% 0.96% -
XYZ 77 75.03 96.01 -
YUV 227.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 239 218 244 0.02 0.11 0 0.04 288.46 0.54 0.91
Hex EF DA F4 2 B 0 4 120 36 5B
Octal 357 332 364 2 13 0 4 440 66 133
Binary 11101111 11011010 11110100 10 1011 0 100 100100000 110110 1011011

Color Harmonies of #EFDAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAF4

Black with #EFDAF4

Text Example


Text Example

White with #EFDAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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