Html Css Color HEX #D6F3EF Foam

📋 copy color: '#D6F3EF'

red 214 ◦ green 243 ◦ blue 239

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

Shades of Foam #D6F3EF

Tints of Foam #D6F3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.91%

 BLUE value IS 239 (93.75% from 255) = 34.34%

R = 30.75%
G = 34.91%
B = 34.34%

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

#D6F3EF (or 0xD6F3EF) is known color: Foam. HEX triplet: D6, F3 and EF. RGB value is (214,243,239). Sum of RGB (Red+Green+Blue) = 214+243+239=696 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.75% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F3EF is #290C10. Grayscale: #E9E9E9. Windows color (decimal): -2690065 or 15725526. OLE color: 15725526.

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

Color convert

RGB 214 243 239 -
CMYK 0.12 0 0.02 0.05
HSL 171.72º 0.55% 0.9% -
HSV(B) 171.72º 0.12% 0.95% -
XYZ 75.36 84.63 94.02 -
YUV 233.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 214 243 239 0.12 0 0.02 0.05 171.72 0.55 0.9
Hex D6 F3 EF C 0 2 5 AC 37 5A
Octal 326 363 357 14 0 2 5 254 67 132
Binary 11010110 11110011 11101111 1100 0 10 101 10101100 110111 1011010

Color Harmonies of #D6F3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3EF

Black with #D6F3EF

Text Example


Text Example

White with #D6F3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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