Html Css Color HEX #D6F2EF Foam

📋 copy color: '#D6F2EF'

red 214 ◦ green 242 ◦ blue 239

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

Shades of Foam #D6F2EF

Tints of Foam #D6F2EF

RGB

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

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

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

R = 30.79%
G = 34.82%
B = 34.39%

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

#D6F2EF (or 0xD6F2EF) is known color: Foam. HEX triplet: D6, F2 and EF. RGB value is (214,242,239). Sum of RGB (Red+Green+Blue) = 214+242+239=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EF is #290D10. Grayscale: #E9E9E9. Windows color (decimal): -2690321 or 15725270. OLE color: 15725270.

HSL color Cylindrical-coordinate representation of color #D6F2EF: hue angle of 173.57º degrees, saturation: 0.52, 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 #D6F2EF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 239 -
CMYK 0.12 0 0.01 0.05
HSL 173.57º 0.52% 0.89% -
HSV(B) 173.57º 0.12% 0.95% -
XYZ 75.06 84.03 93.92 -
YUV 233.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 214 242 239 0.12 0 0.01 0.05 173.57 0.52 0.89
Hex D6 F2 EF C 0 1 5 AE 34 59
Octal 326 362 357 14 0 1 5 256 64 131
Binary 11010110 11110010 11101111 1100 0 1 101 10101110 110100 1011001

Color Harmonies of #D6F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2EF

Black with #D6F2EF

Text Example


Text Example

White with #D6F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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