Html Css Color HEX #D6F5F2 Foam

📋 copy color: '#D6F5F2'

red 214 ◦ green 245 ◦ blue 242

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

Shades of Foam #D6F5F2

Tints of Foam #D6F5F2

RGB

 RED value IS 214 (83.98% from 255) = 30.53%

 GREEN value IS 245 (96.09% from 255) = 34.95%

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

R = 30.53%
G = 34.95%
B = 34.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#D6F5F2 (or 0xD6F5F2) is known color: Foam. HEX triplet: D6, F5 and F2. RGB value is (214,245,242). Sum of RGB (Red+Green+Blue) = 214+245+242=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F5F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F5F2 is #290A0D. Grayscale: #EBEBEB. Windows color (decimal): -2689550 or 15922646. OLE color: 15922646.

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

Color convert

RGB 214 245 242 -
CMYK 0.13 0 0.01 0.04
HSL 174.19º 0.61% 0.9% -
HSV(B) 174.19º 0.13% 0.96% -
XYZ 76.41 86.01 96.58 -
YUV 235.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 214 245 242 0.13 0 0.01 0.04 174.19 0.61 0.9
Hex D6 F5 F2 D 0 1 4 AE 3D 5A
Octal 326 365 362 15 0 1 4 256 75 132
Binary 11010110 11110101 11110010 1101 0 1 100 10101110 111101 1011010

Color Harmonies of #D6F5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F5F2

Black with #D6F5F2

Text Example


Text Example

White with #D6F5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F5F2; }

 p { color: rgb(214,245,242); }

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

background-color css

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

 a { background-color: rgb(214,245,242); }

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

border-color css

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

 span { border-color: rgb(214,245,242); }

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