Html Css Color HEX #D5EFEB Foam

📋 copy color: '#D5EFEB'

red 213 ◦ green 239 ◦ blue 235

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

Shades of Foam #D5EFEB

Tints of Foam #D5EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.79%

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

R = 31%
G = 34.79%
B = 34.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D5EFEB (or 0xD5EFEB) is known color: Foam. HEX triplet: D5, EF and EB. RGB value is (213,239,235). Sum of RGB (Red+Green+Blue) = 213+239+235=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEB is #2A1014. Grayscale: #E6E6E6. Windows color (decimal): -2756629 or 15462357. OLE color: 15462357.

HSL color Cylindrical-coordinate representation of color #D5EFEB: hue angle of 170.77º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5EFEB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 235 -
CMYK 0.11 0 0.02 0.06
HSL 170.77º 0.45% 0.89% -
HSV(B) 170.77º 0.11% 0.94% -
XYZ 73.3 81.88 90.54 -
YUV 230.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 213 239 235 0.11 0 0.02 0.06 170.77 0.45 0.89
Hex D5 EF EB B 0 2 6 AB 2D 59
Octal 325 357 353 13 0 2 6 253 55 131
Binary 11010101 11101111 11101011 1011 0 10 110 10101011 101101 1011001

Color Harmonies of #D5EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFEB

Black with #D5EFEB

Text Example


Text Example

White with #D5EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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