Html Css Color HEX #D3F7F2 Foam

📋 copy color: '#D3F7F2'

red 211 ◦ green 247 ◦ blue 242

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

Shades of Foam #D3F7F2

Tints of Foam #D3F7F2

RGB

 RED value IS 211 (82.81% from 255) = 30.14%

 GREEN value IS 247 (96.88% from 255) = 35.29%

 BLUE value IS 242 (94.92% from 255) = 34.57%

R = 30.14%
G = 35.29%
B = 34.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#D3F7F2 (or 0xD3F7F2) is known color: Foam. HEX triplet: D3, F7 and F2. RGB value is (211,247,242). Sum of RGB (Red+Green+Blue) = 211+247+242=700 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.14% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F7F2 is #2C080D. Grayscale: #EBEBEB. Windows color (decimal): -2885646 or 15923155. OLE color: 15923155.

HSL color Cylindrical-coordinate representation of color #D3F7F2: hue angle of 171.67º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3F7F2 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 247 242 -
CMYK 0.15 0 0.02 0.03
HSL 171.67º 0.69% 0.9% -
HSV(B) 171.67º 0.15% 0.97% -
XYZ 76.15 86.78 96.74 -
YUV 235.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 211 247 242 0.15 0 0.02 0.03 171.67 0.69 0.9
Hex D3 F7 F2 F 0 2 3 AC 45 5A
Octal 323 367 362 17 0 2 3 254 105 132
Binary 11010011 11110111 11110010 1111 0 10 11 10101100 1000101 1011010

Color Harmonies of #D3F7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F7F2

Black with #D3F7F2

Text Example


Text Example

White with #D3F7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F7F2; }

 p { color: rgb(211,247,242); }

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

background-color css

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

 a { background-color: rgb(211,247,242); }

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

border-color css

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

 span { border-color: rgb(211,247,242); }

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