Html Css Color HEX #D5EBE8 Foam

📋 copy color: '#D5EBE8'

red 213 ◦ green 235 ◦ blue 232

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

Shades of Foam #D5EBE8

Tints of Foam #D5EBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.56%

 BLUE value IS 232 (91.02% from 255) = 34.12%

R = 31.32%
G = 34.56%
B = 34.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#D5EBE8 (or 0xD5EBE8) is known color: Foam. HEX triplet: D5, EB and E8. RGB value is (213,235,232). Sum of RGB (Red+Green+Blue) = 213+235+232=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBE8 is #2A1417. Grayscale: #E4E4E4. Windows color (decimal): -2757656 or 15264725. OLE color: 15264725.

HSL color Cylindrical-coordinate representation of color #D5EBE8: hue angle of 171.82º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBE8 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 232 -
CMYK 0.09 0 0.01 0.08
HSL 171.82º 0.35% 0.88% -
HSV(B) 171.82º 0.09% 0.92% -
XYZ 71.71 79.39 87.89 -
YUV 228.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 213 235 232 0.09 0 0.01 0.08 171.82 0.35 0.88
Hex D5 EB E8 9 0 1 8 AC 23 58
Octal 325 353 350 11 0 1 10 254 43 130
Binary 11010101 11101011 11101000 1001 0 1 1000 10101100 100011 1011000

Color Harmonies of #D5EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBE8

Black with #D5EBE8

Text Example


Text Example

White with #D5EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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