Html Css Color HEX #EFDCF0 Selago

📋 copy color: '#EFDCF0'

red 239 ◦ green 220 ◦ blue 240

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

Shades of Selago #EFDCF0

Tints of Selago #EFDCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.47%

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

R = 34.19%
G = 31.47%
B = 34.33%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFDCF0 (or 0xEFDCF0) is known color: Selago. HEX triplet: EF, DC and F0. RGB value is (239,220,240). Sum of RGB (Red+Green+Blue) = 239+220+240=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF0 is #10230F. Grayscale: #E3E3E3. Windows color (decimal): -1057552 or 15785199. OLE color: 15785199.

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

Color convert

RGB 239 220 240 -
CMYK 0.00 0.08 0 0.06
HSL 297º 0.4% 0.9% -
HSV(B) 297º 0.08% 0.94% -
XYZ 76.92 75.83 93.02 -
YUV 227.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 239 220 240 0.00 0.08 0 0.06 297 0.4 0.9
Hex EF DC F0 0 8 0 6 129 28 5A
Octal 357 334 360 0 10 0 6 451 50 132
Binary 11101111 11011100 11110000 0 1000 0 110 100101001 101000 1011010

Color Harmonies of #EFDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCF0

Black with #EFDCF0

Text Example


Text Example

White with #EFDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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