Html Css Color HEX #D2EAE6 Foam

📋 copy color: '#D2EAE6'

red 210 ◦ green 234 ◦ blue 230

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

Shades of Foam #D2EAE6

Tints of Foam #D2EAE6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.72%

 BLUE value IS 230 (90.23% from 255) = 34.12%

R = 31.16%
G = 34.72%
B = 34.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#D2EAE6 (or 0xD2EAE6) is known color: Foam. HEX triplet: D2, EA and E6. RGB value is (210,234,230). Sum of RGB (Red+Green+Blue) = 210+234+230=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAE6 is #2D1519. Grayscale: #E2E2E2. Windows color (decimal): -2954522 or 15133394. OLE color: 15133394.

HSL color Cylindrical-coordinate representation of color #D2EAE6: hue angle of 170º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2EAE6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 234 230 -
CMYK 0.10 0 0.02 0.08
HSL 170º 0.36% 0.87% -
HSV(B) 170º 0.1% 0.92% -
XYZ 70.28 78.26 86.26 -
YUV 226.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 210 234 230 0.10 0 0.02 0.08 170 0.36 0.87
Hex D2 EA E6 A 0 2 8 AA 24 57
Octal 322 352 346 12 0 2 10 252 44 127
Binary 11010010 11101010 11100110 1010 0 10 1000 10101010 100100 1010111

Color Harmonies of #D2EAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EAE6

Black with #D2EAE6

Text Example


Text Example

White with #D2EAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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