Html Css Color HEX #D6F0ED Foam

📋 copy color: '#D6F0ED'

red 214 ◦ green 240 ◦ blue 237

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

Shades of Foam #D6F0ED

Tints of Foam #D6F0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.3%

R = 30.97%
G = 34.73%
B = 34.3%

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

#D6F0ED (or 0xD6F0ED) is known color: Foam. HEX triplet: D6, F0 and ED. RGB value is (214,240,237). Sum of RGB (Red+Green+Blue) = 214+240+237=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0ED is #290F12. Grayscale: #E7E7E7. Windows color (decimal): -2690835 or 15593686. OLE color: 15593686.

HSL color Cylindrical-coordinate representation of color #D6F0ED: hue angle of 173.08º 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 #D6F0ED is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 237 -
CMYK 0.11 0 0.01 0.06
HSL 173.08º 0.46% 0.89% -
HSV(B) 173.08º 0.11% 0.94% -
XYZ 74.18 82.73 92.18 -
YUV 231.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 214 240 237 0.11 0 0.01 0.06 173.08 0.46 0.89
Hex D6 F0 ED B 0 1 6 AD 2E 59
Octal 326 360 355 13 0 1 6 255 56 131
Binary 11010110 11110000 11101101 1011 0 1 110 10101101 101110 1011001

Color Harmonies of #D6F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0ED

Black with #D6F0ED

Text Example


Text Example

White with #D6F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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