Html Css Color HEX #EFFDEF Honeydew

📋 copy color: '#EFFDEF'

red 239 ◦ green 253 ◦ blue 239

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

Shades of Honeydew #EFFDEF

Tints of Honeydew #EFFDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 32.69%

R = 32.69%
G = 34.61%
B = 32.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#EFFDEF (or 0xEFFDEF) is known color: Honeydew. HEX triplet: EF, FD and EF. RGB value is (239,253,239). Sum of RGB (Red+Green+Blue) = 239+253+239=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDEF is #100210. Grayscale: #F7F7F7. Windows color (decimal): -1049105 or 15728111. OLE color: 15728111.

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

Color convert

RGB 239 253 239 -
CMYK 0.06 0 0.06 0.01
HSL 120º 0.78% 0.96% -
HSV(B) 120º 0.06% 0.99% -
XYZ 86.3 94.83 95.42 -
YUV 247.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 239 253 239 0.06 0 0.06 0.01 120 0.78 0.96
Hex EF FD EF 6 0 6 1 78 4E 60
Octal 357 375 357 6 0 6 1 170 116 140
Binary 11101111 11111101 11101111 110 0 110 1 1111000 1001110 1100000

Color Harmonies of #EFFDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDEF

Black with #EFFDEF

Text Example


Text Example

White with #EFFDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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