Html Css Color HEX #EFFDE6 Panache

📋 copy color: '#EFFDE6'

red 239 ◦ green 253 ◦ blue 230

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

Shades of Panache #EFFDE6

Tints of Panache #EFFDE6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.04%

 BLUE value IS 230 (90.23% from 255) = 31.86%

R = 33.1%
G = 35.04%
B = 31.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#EFFDE6 (or 0xEFFDE6) is known color: Panache. HEX triplet: EF, FD and E6. RGB value is (239,253,230). Sum of RGB (Red+Green+Blue) = 239+253+230=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDE6 is #100219. Grayscale: #F6F6F6. Windows color (decimal): -1049114 or 15138287. OLE color: 15138287.

HSL color Cylindrical-coordinate representation of color #EFFDE6: hue angle of 96.52º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFFDE6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 230 -
CMYK 0.06 0 0.09 0.01
HSL 96.52º 0.85% 0.95% -
HSV(B) 96.52º 0.09% 0.99% -
XYZ 85 94.31 88.59 -
YUV 246.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 239 253 230 0.06 0 0.09 0.01 96.52 0.85 0.95
Hex EF FD E6 6 0 9 1 61 55 5F
Octal 357 375 346 6 0 11 1 141 125 137
Binary 11101111 11111101 11100110 110 0 1001 1 1100001 1010101 1011111

Color Harmonies of #EFFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDE6

Black with #EFFDE6

Text Example


Text Example

White with #EFFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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