Html Css Color HEX #D4F2EF Foam

📋 copy color: '#D4F2EF'

red 212 ◦ green 242 ◦ blue 239

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

Shades of Foam #D4F2EF

Tints of Foam #D4F2EF

RGB

 RED value IS 212 (83.2% from 255) = 30.59%

 GREEN value IS 242 (94.92% from 255) = 34.92%

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

R = 30.59%
G = 34.92%
B = 34.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#D4F2EF (or 0xD4F2EF) is known color: Foam. HEX triplet: D4, F2 and EF. RGB value is (212,242,239). Sum of RGB (Red+Green+Blue) = 212+242+239=693 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.59% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F2EF is #2B0D10. Grayscale: #E8E8E8. Windows color (decimal): -2821393 or 15725268. OLE color: 15725268.

HSL color Cylindrical-coordinate representation of color #D4F2EF: hue angle of 174º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4F2EF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 242 239 -
CMYK 0.12 0 0.01 0.05
HSL 174º 0.54% 0.89% -
HSV(B) 174º 0.12% 0.95% -
XYZ 74.48 83.73 93.9 -
YUV 232.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 212 242 239 0.12 0 0.01 0.05 174 0.54 0.89
Hex D4 F2 EF C 0 1 5 AE 36 59
Octal 324 362 357 14 0 1 5 256 66 131
Binary 11010100 11110010 11101111 1100 0 1 101 10101110 110110 1011001

Color Harmonies of #D4F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F2EF

Black with #D4F2EF

Text Example


Text Example

White with #D4F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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