Html Css Color HEX #D6EEEC Foam

📋 copy color: '#D6EEEC'

red 214 ◦ green 238 ◦ blue 236

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

Shades of Foam #D6EEEC

Tints of Foam #D6EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.59%

 BLUE value IS 236 (92.58% from 255) = 34.3%

R = 31.1%
G = 34.59%
B = 34.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#D6EEEC (or 0xD6EEEC) is known color: Foam. HEX triplet: D6, EE and EC. RGB value is (214,238,236). Sum of RGB (Red+Green+Blue) = 214+238+236=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEEC is #291113. Grayscale: #E6E6E6. Windows color (decimal): -2691348 or 15527638. OLE color: 15527638.

HSL color Cylindrical-coordinate representation of color #D6EEEC: hue angle of 175º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEEC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 236 -
CMYK 0.10 0 0.01 0.07
HSL 175º 0.41% 0.89% -
HSV(B) 175º 0.1% 0.93% -
XYZ 73.45 81.5 91.22 -
YUV 230.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 214 238 236 0.10 0 0.01 0.07 175 0.41 0.89
Hex D6 EE EC A 0 1 7 AF 29 59
Octal 326 356 354 12 0 1 7 257 51 131
Binary 11010110 11101110 11101100 1010 0 1 111 10101111 101001 1011001

Color Harmonies of #D6EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEEC

Black with #D6EEEC

Text Example


Text Example

White with #D6EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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