Html Css Color HEX #EFFDE1 Panache

📋 copy color: '#EFFDE1'

red 239 ◦ green 253 ◦ blue 225

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

Shades of Panache #EFFDE1

Tints of Panache #EFFDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 31.38%

R = 33.33%
G = 35.29%
B = 31.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#EFFDE1 (or 0xEFFDE1) is known color: Panache. HEX triplet: EF, FD and E1. RGB value is (239,253,225). Sum of RGB (Red+Green+Blue) = 239+253+225=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDE1 is #10021E. Grayscale: #F5F5F5. Windows color (decimal): -1049119 or 14810607. OLE color: 14810607.

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

Color convert

RGB 239 253 225 -
CMYK 0.06 0 0.11 0.01
HSL 90º 0.88% 0.94% -
HSV(B) 90º 0.11% 0.99% -
XYZ 84.31 94.04 84.94 -
YUV 245.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 239 253 225 0.06 0 0.11 0.01 90 0.88 0.94
Hex EF FD E1 6 0 B 1 5A 58 5E
Octal 357 375 341 6 0 13 1 132 130 136
Binary 11101111 11111101 11100001 110 0 1011 1 1011010 1011000 1011110

Color Harmonies of #EFFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDE1

Black with #EFFDE1

Text Example


Text Example

White with #EFFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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