Html Css Color HEX #D2F1EC Foam

📋 copy color: '#D2F1EC'

red 210 ◦ green 241 ◦ blue 236

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

Shades of Foam #D2F1EC

Tints of Foam #D2F1EC

RGB

 RED value IS 210 (82.42% from 255) = 30.57%

 GREEN value IS 241 (94.53% from 255) = 35.08%

 BLUE value IS 236 (92.58% from 255) = 34.35%

R = 30.57%
G = 35.08%
B = 34.35%

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

#D2F1EC (or 0xD2F1EC) is known color: Foam. HEX triplet: D2, F1 and EC. RGB value is (210,241,236). Sum of RGB (Red+Green+Blue) = 210+241+236=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F1EC is #2D0E13. Grayscale: #E7E7E7. Windows color (decimal): -2952724 or 15528402. OLE color: 15528402.

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

Color convert

RGB 210 241 236 -
CMYK 0.13 0 0.02 0.05
HSL 170.32º 0.53% 0.88% -
HSV(B) 170.32º 0.13% 0.95% -
XYZ 73.17 82.67 91.46 -
YUV 231.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 210 241 236 0.13 0 0.02 0.05 170.32 0.53 0.88
Hex D2 F1 EC D 0 2 5 AA 35 58
Octal 322 361 354 15 0 2 5 252 65 130
Binary 11010010 11110001 11101100 1101 0 10 101 10101010 110101 1011000

Color Harmonies of #D2F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F1EC

Black with #D2F1EC

Text Example


Text Example

White with #D2F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F1EC; }

 p { color: rgb(210,241,236); }

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

background-color css

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

 a { background-color: rgb(210,241,236); }

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

border-color css

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

 span { border-color: rgb(210,241,236); }

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