Html Css Color HEX #EFFCF2 Dew

📋 copy color: '#EFFCF2'

red 239 ◦ green 252 ◦ blue 242

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

Shades of Dew #EFFCF2

Tints of Dew #EFFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.38%

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

R = 32.61%
G = 34.38%
B = 33.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#EFFCF2 (or 0xEFFCF2) is known color: Dew. HEX triplet: EF, FC and F2. RGB value is (239,252,242). Sum of RGB (Red+Green+Blue) = 239+252+242=733 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.61% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 242 (94.92% from 255 or 33.02% from 733); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFCF2 is #10030D. Grayscale: #F7F7F7. Windows color (decimal): -1049358 or 15924463. OLE color: 15924463.

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

Color convert

RGB 239 252 242 -
CMYK 0.05 0 0.04 0.01
HSL 133.85º 0.68% 0.96% -
HSV(B) 133.85º 0.05% 0.99% -
XYZ 86.43 94.38 97.67 -
YUV 246.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 239 252 242 0.05 0 0.04 0.01 133.85 0.68 0.96
Hex EF FC F2 5 0 4 1 86 44 60
Octal 357 374 362 5 0 4 1 206 104 140
Binary 11101111 11111100 11110010 101 0 100 1 10000110 1000100 1100000

Color Harmonies of #EFFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFCF2

Black with #EFFCF2

Text Example


Text Example

White with #EFFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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