Html Css Color HEX #D2EEEA Foam

📋 copy color: '#D2EEEA'

red 210 ◦ green 238 ◦ blue 234

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

Shades of Foam #D2EEEA

Tints of Foam #D2EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.9%

 BLUE value IS 234 (91.8% from 255) = 34.31%

R = 30.79%
G = 34.9%
B = 34.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#D2EEEA (or 0xD2EEEA) is known color: Foam. HEX triplet: D2, EE and EA. RGB value is (210,238,234). Sum of RGB (Red+Green+Blue) = 210+238+234=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EEEA is #2D1115. Grayscale: #E5E5E5. Windows color (decimal): -2953494 or 15396562. OLE color: 15396562.

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

Color convert

RGB 210 238 234 -
CMYK 0.12 0 0.02 0.07
HSL 171.43º 0.45% 0.88% -
HSV(B) 171.43º 0.12% 0.93% -
XYZ 72 80.79 89.64 -
YUV 229.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 210 238 234 0.12 0 0.02 0.07 171.43 0.45 0.88
Hex D2 EE EA C 0 2 7 AB 2D 58
Octal 322 356 352 14 0 2 7 253 55 130
Binary 11010010 11101110 11101010 1100 0 10 111 10101011 101101 1011000

Color Harmonies of #D2EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EEEA

Black with #D2EEEA

Text Example


Text Example

White with #D2EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EEEA; }

 p { color: rgb(210,238,234); }

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

background-color css

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

 a { background-color: rgb(210,238,234); }

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

border-color css

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

 span { border-color: rgb(210,238,234); }

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