Html Css Color HEX #D5EEEB Foam

📋 copy color: '#D5EEEB'

red 213 ◦ green 238 ◦ blue 235

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

Shades of Foam #D5EEEB

Tints of Foam #D5EEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.26%

R = 31.05%
G = 34.69%
B = 34.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#D5EEEB (or 0xD5EEEB) is known color: Foam. HEX triplet: D5, EE and EB. RGB value is (213,238,235). Sum of RGB (Red+Green+Blue) = 213+238+235=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEEB is #2A1114. Grayscale: #E6E6E6. Windows color (decimal): -2756885 or 15462101. OLE color: 15462101.

HSL color Cylindrical-coordinate representation of color #D5EEEB: hue angle of 172.8º 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 #D5EEEB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 238 235 -
CMYK 0.11 0 0.01 0.07
HSL 172.8º 0.42% 0.88% -
HSV(B) 172.8º 0.11% 0.93% -
XYZ 73.01 81.29 90.44 -
YUV 230.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 213 238 235 0.11 0 0.01 0.07 172.8 0.42 0.88
Hex D5 EE EB B 0 1 7 AD 2A 58
Octal 325 356 353 13 0 1 7 255 52 130
Binary 11010101 11101110 11101011 1011 0 1 111 10101101 101010 1011000

Color Harmonies of #D5EEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEEB

Black with #D5EEEB

Text Example


Text Example

White with #D5EEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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