Html Css Color HEX #EFE6DE Fantasy

📋 copy color: '#EFE6DE'

red 239 ◦ green 230 ◦ blue 222

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

Shades of Fantasy #EFE6DE

Tints of Fantasy #EFE6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.29%

 BLUE value IS 222 (87.11% from 255) = 32.13%

R = 34.59%
G = 33.29%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE6DE (or 0xEFE6DE) is known color: Fantasy. HEX triplet: EF, E6 and DE. RGB value is (239,230,222). Sum of RGB (Red+Green+Blue) = 239+230+222=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DE is #101921. Grayscale: #E7E7E7. Windows color (decimal): -1055010 or 14608111. OLE color: 14608111.

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

Color convert

RGB 239 230 222 -
CMYK 0 0.04 0.07 0.06
HSL 28.24º 0.35% 0.9% -
HSV(B) 28.24º 0.07% 0.94% -
XYZ 77.08 80.22 80.53 -
YUV 231.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 239 230 222 0 0.04 0.07 0.06 28.24 0.35 0.9
Hex EF E6 DE 0 4 7 6 1C 23 5A
Octal 357 346 336 0 4 7 6 34 43 132
Binary 11101111 11100110 11011110 0 100 111 110 11100 100011 1011010

Color Harmonies of #EFE6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6DE

Black with #EFE6DE

Text Example


Text Example

White with #EFE6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6DE; }

 p { color: rgb(239,230,222); }

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

background-color css

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

 a { background-color: rgb(239,230,222); }

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

border-color css

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

 span { border-color: rgb(239,230,222); }

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