Html Css Color HEX #EFFFF2 Honeydew

📋 copy color: '#EFFFF2'

red 239 ◦ green 255 ◦ blue 242

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

Shades of Honeydew #EFFFF2

Tints of Honeydew #EFFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 34.65%

 BLUE value IS 242 (94.92% from 255) = 32.88%

R = 32.47%
G = 34.65%
B = 32.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#EFFFF2 (or 0xEFFFF2) is known color: Honeydew. HEX triplet: EF, FF and F2. RGB value is (239,255,242). Sum of RGB (Red+Green+Blue) = 239+255+242=736 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.47% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 242 (94.92% from 255 or 32.88% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFF2 is #10000D. Grayscale: #F8F8F8. Windows color (decimal): -1048590 or 15925231. OLE color: 15925231.

HSL color Cylindrical-coordinate representation of color #EFFFF2: hue angle of 131.25º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFFF2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 242 -
CMYK 0.06 0 0.05 0
HSL 131.25º 1% 0.97% -
HSV(B) 131.25º 0.06% 1% -
XYZ 87.38 96.28 97.98 -
YUV 248.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 239 255 242 0.06 0 0.05 0 131.25 1 0.97
Hex EF FF F2 6 0 5 0 83 64 61
Octal 357 377 362 6 0 5 0 203 144 141
Binary 11101111 11111111 11110010 110 0 101 0 10000011 1100100 1100001

Color Harmonies of #EFFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFF2

Black with #EFFFF2

Text Example


Text Example

White with #EFFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFF2; }

 p { color: rgb(239,255,242); }

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

background-color css

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

 a { background-color: rgb(239,255,242); }

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

border-color css

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

 span { border-color: rgb(239,255,242); }

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