Html Css Color HEX #D6EFED Foam

📋 copy color: '#D6EFED'

red 214 ◦ green 239 ◦ blue 237

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

Shades of Foam #D6EFED

Tints of Foam #D6EFED

RGB

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

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

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

R = 31.01%
G = 34.64%
B = 34.35%

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

#D6EFED (or 0xD6EFED) is known color: Foam. HEX triplet: D6, EF and ED. RGB value is (214,239,237). Sum of RGB (Red+Green+Blue) = 214+239+237=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFED is #291012. Grayscale: #E7E7E7. Windows color (decimal): -2691091 or 15593430. OLE color: 15593430.

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

Color convert

RGB 214 239 237 -
CMYK 0.10 0 0.01 0.06
HSL 175.2º 0.44% 0.89% -
HSV(B) 175.2º 0.1% 0.94% -
XYZ 73.88 82.14 92.08 -
YUV 231.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 214 239 237 0.10 0 0.01 0.06 175.2 0.44 0.89
Hex D6 EF ED A 0 1 6 AF 2C 59
Octal 326 357 355 12 0 1 6 257 54 131
Binary 11010110 11101111 11101101 1010 0 1 110 10101111 101100 1011001

Color Harmonies of #D6EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFED

Black with #D6EFED

Text Example


Text Example

White with #D6EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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