Html Css Color HEX #D5EEEA Foam

📋 copy color: '#D5EEEA'

red 213 ◦ green 238 ◦ blue 234

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

Shades of Foam #D5EEEA

Tints of Foam #D5EEEA

RGB

 RED value IS 213 (83.59% from 255) = 31.09%

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

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

R = 31.09%
G = 34.74%
B = 34.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#D5EEEA (or 0xD5EEEA) is known color: Foam. HEX triplet: D5, EE and EA. RGB value is (213,238,234). Sum of RGB (Red+Green+Blue) = 213+238+234=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEEA is #2A1115. Grayscale: #E6E6E6. Windows color (decimal): -2756886 or 15396565. OLE color: 15396565.

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

Color convert

RGB 213 238 234 -
CMYK 0.11 0 0.02 0.07
HSL 170.4º 0.42% 0.88% -
HSV(B) 170.4º 0.11% 0.93% -
XYZ 72.87 81.24 89.68 -
YUV 230.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 213 238 234 0.11 0 0.02 0.07 170.4 0.42 0.88
Hex D5 EE EA B 0 2 7 AA 2A 58
Octal 325 356 352 13 0 2 7 252 52 130
Binary 11010101 11101110 11101010 1011 0 10 111 10101010 101010 1011000

Color Harmonies of #D5EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEEA

Black with #D5EEEA

Text Example


Text Example

White with #D5EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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