Html Css Color HEX #D3EFEB Foam

📋 copy color: '#D3EFEB'

red 211 ◦ green 239 ◦ blue 235

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

Shades of Foam #D3EFEB

Tints of Foam #D3EFEB

RGB

 RED value IS 211 (82.81% from 255) = 30.8%

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

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

R = 30.8%
G = 34.89%
B = 34.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#D3EFEB (or 0xD3EFEB) is known color: Foam. HEX triplet: D3, EF and EB. RGB value is (211,239,235). Sum of RGB (Red+Green+Blue) = 211+239+235=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EFEB is #2C1014. Grayscale: #E6E6E6. Windows color (decimal): -2887701 or 15462355. OLE color: 15462355.

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

Color convert

RGB 211 239 235 -
CMYK 0.12 0 0.02 0.06
HSL 171.43º 0.47% 0.88% -
HSV(B) 171.43º 0.12% 0.94% -
XYZ 72.73 81.58 90.51 -
YUV 230.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 211 239 235 0.12 0 0.02 0.06 171.43 0.47 0.88
Hex D3 EF EB C 0 2 6 AB 2F 58
Octal 323 357 353 14 0 2 6 253 57 130
Binary 11010011 11101111 11101011 1100 0 10 110 10101011 101111 1011000

Color Harmonies of #D3EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EFEB

Black with #D3EFEB

Text Example


Text Example

White with #D3EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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