Html Css Color HEX #D6EFEC Foam

📋 copy color: '#D6EFEC'

red 214 ◦ green 239 ◦ blue 236

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

Shades of Foam #D6EFEC

Tints of Foam #D6EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.69%

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

R = 31.06%
G = 34.69%
B = 34.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#D6EFEC (or 0xD6EFEC) is known color: Foam. HEX triplet: D6, EF and EC. RGB value is (214,239,236). Sum of RGB (Red+Green+Blue) = 214+239+236=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFEC is #291013. Grayscale: #E7E7E7. Windows color (decimal): -2691092 or 15527894. OLE color: 15527894.

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

Color convert

RGB 214 239 236 -
CMYK 0.10 0 0.01 0.06
HSL 172.8º 0.44% 0.89% -
HSV(B) 172.8º 0.1% 0.94% -
XYZ 73.74 82.09 91.31 -
YUV 231.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 214 239 236 0.10 0 0.01 0.06 172.8 0.44 0.89
Hex D6 EF EC A 0 1 6 AD 2C 59
Octal 326 357 354 12 0 1 6 255 54 131
Binary 11010110 11101111 11101100 1010 0 1 110 10101101 101100 1011001

Color Harmonies of #D6EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFEC

Black with #D6EFEC

Text Example


Text Example

White with #D6EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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