Html Css Color HEX #EFDAF0 Selago

📋 copy color: '#EFDAF0'

red 239 ◦ green 218 ◦ blue 240

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

Shades of Selago #EFDAF0

Tints of Selago #EFDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.43%

R = 34.29%
G = 31.28%
B = 34.43%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFDAF0 (or 0xEFDAF0) is known color: Selago. HEX triplet: EF, DA and F0. RGB value is (239,218,240). Sum of RGB (Red+Green+Blue) = 239+218+240=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF0 is #10250F. Grayscale: #E2E2E2. Windows color (decimal): -1058064 or 15784687. OLE color: 15784687.

HSL color Cylindrical-coordinate representation of color #EFDAF0: hue angle of 297.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAF0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 240 -
CMYK 0.00 0.09 0 0.06
HSL 297.27º 0.42% 0.9% -
HSV(B) 297.27º 0.09% 0.94% -
XYZ 76.4 74.78 92.85 -
YUV 226.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 239 218 240 0.00 0.09 0 0.06 297.27 0.42 0.9
Hex EF DA F0 0 9 0 6 129 2A 5A
Octal 357 332 360 0 11 0 6 451 52 132
Binary 11101111 11011010 11110000 0 1001 0 110 100101001 101010 1011010

Color Harmonies of #EFDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAF0

Black with #EFDAF0

Text Example


Text Example

White with #EFDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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