Html Css Color HEX #D6F0EE Foam

📋 copy color: '#D6F0EE'

red 214 ◦ green 240 ◦ blue 238

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

Shades of Foam #D6F0EE

Tints of Foam #D6F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.68%

 BLUE value IS 238 (93.36% from 255) = 34.39%

R = 30.92%
G = 34.68%
B = 34.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#D6F0EE (or 0xD6F0EE) is known color: Foam. HEX triplet: D6, F0 and EE. RGB value is (214,240,238). Sum of RGB (Red+Green+Blue) = 214+240+238=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0EE is #290F11. Grayscale: #E7E7E7. Windows color (decimal): -2690834 or 15659222. OLE color: 15659222.

HSL color Cylindrical-coordinate representation of color #D6F0EE: hue angle of 175.38º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0EE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 238 -
CMYK 0.11 0 0.01 0.06
HSL 175.38º 0.46% 0.89% -
HSV(B) 175.38º 0.11% 0.94% -
XYZ 74.32 82.79 92.95 -
YUV 232 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 214 240 238 0.11 0 0.01 0.06 175.38 0.46 0.89
Hex D6 F0 EE B 0 1 6 AF 2E 59
Octal 326 360 356 13 0 1 6 257 56 131
Binary 11010110 11110000 11101110 1011 0 1 110 10101111 101110 1011001

Color Harmonies of #D6F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0EE

Black with #D6F0EE

Text Example


Text Example

White with #D6F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0EE; }

 p { color: rgb(214,240,238); }

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

background-color css

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

 a { background-color: rgb(214,240,238); }

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

border-color css

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

 span { border-color: rgb(214,240,238); }

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