Html Css Color HEX #D6F2EE Foam

📋 copy color: '#D6F2EE'

red 214 ◦ green 242 ◦ blue 238

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

Shades of Foam #D6F2EE

Tints of Foam #D6F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.87%

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

R = 30.84%
G = 34.87%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D6F2EE (or 0xD6F2EE) is known color: Foam. HEX triplet: D6, F2 and EE. RGB value is (214,242,238). Sum of RGB (Red+Green+Blue) = 214+242+238=694 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.84% from 694); Green value is 242 (94.92% from 255 or 34.87% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2EE is #290D11. Grayscale: #E9E9E9. Windows color (decimal): -2690322 or 15659734. OLE color: 15659734.

HSL color Cylindrical-coordinate representation of color #D6F2EE: hue angle of 171.43º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F2EE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 238 -
CMYK 0.12 0 0.02 0.05
HSL 171.43º 0.52% 0.89% -
HSV(B) 171.43º 0.12% 0.95% -
XYZ 74.92 83.97 93.15 -
YUV 233.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 214 242 238 0.12 0 0.02 0.05 171.43 0.52 0.89
Hex D6 F2 EE C 0 2 5 AB 34 59
Octal 326 362 356 14 0 2 5 253 64 131
Binary 11010110 11110010 11101110 1100 0 10 101 10101011 110100 1011001

Color Harmonies of #D6F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2EE

Black with #D6F2EE

Text Example


Text Example

White with #D6F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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