Html Css Color HEX #D3F2EE Foam

📋 copy color: '#D3F2EE'

red 211 ◦ green 242 ◦ blue 238

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

Shades of Foam #D3F2EE

Tints of Foam #D3F2EE

RGB

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

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

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

R = 30.54%
G = 35.02%
B = 34.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#D3F2EE (or 0xD3F2EE) is known color: Foam. HEX triplet: D3, F2 and EE. RGB value is (211,242,238). Sum of RGB (Red+Green+Blue) = 211+242+238=691 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.54% from 691); Green value is 242 (94.92% from 255 or 35.02% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F2EE is #2C0D11. Grayscale: #E8E8E8. Windows color (decimal): -2886930 or 15659731. OLE color: 15659731.

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

Color convert

RGB 211 242 238 -
CMYK 0.13 0 0.02 0.05
HSL 172.26º 0.54% 0.89% -
HSV(B) 172.26º 0.13% 0.95% -
XYZ 74.05 83.53 93.11 -
YUV 232.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 211 242 238 0.13 0 0.02 0.05 172.26 0.54 0.89
Hex D3 F2 EE D 0 2 5 AC 36 59
Octal 323 362 356 15 0 2 5 254 66 131
Binary 11010011 11110010 11101110 1101 0 10 101 10101100 110110 1011001

Color Harmonies of #D3F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F2EE

Black with #D3F2EE

Text Example


Text Example

White with #D3F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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