Html Css Color HEX #EFE6DF Fantasy

📋 copy color: '#EFE6DF'

red 239 ◦ green 230 ◦ blue 223

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

Shades of Fantasy #EFE6DF

Tints of Fantasy #EFE6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.23%

R = 34.54%
G = 33.24%
B = 32.23%

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

#EFE6DF (or 0xEFE6DF) is known color: Fantasy. HEX triplet: EF, E6 and DF. RGB value is (239,230,223). Sum of RGB (Red+Green+Blue) = 239+230+223=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DF is #101920. Grayscale: #E7E7E7. Windows color (decimal): -1055009 or 14673647. OLE color: 14673647.

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

Color convert

RGB 239 230 223 -
CMYK 0 0.04 0.07 0.06
HSL 26.25º 0.33% 0.91% -
HSV(B) 26.25º 0.07% 0.94% -
XYZ 77.21 80.27 81.24 -
YUV 231.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 239 230 223 0 0.04 0.07 0.06 26.25 0.33 0.91
Hex EF E6 DF 0 4 7 6 1A 21 5B
Octal 357 346 337 0 4 7 6 32 41 133
Binary 11101111 11100110 11011111 0 100 111 110 11010 100001 1011011

Color Harmonies of #EFE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6DF

Black with #EFE6DF

Text Example


Text Example

White with #EFE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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