#DEF6E8

Color #DEF6E8 Bubbles (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bubbles #DEF6E8

Tints of Bubbles #DEF6E8

Color information

#DEF6E8 (or 0xDEF6E8) is unknown color: approx Bubbles. HEX triplet: DE, F6 and E8. RGB value is (222,246,232). Sum of RGB (Red+Green+Blue) = 222+246+232=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6E8 is #210917. Grayscale: #EDEDED. Windows color (decimal): -2165016 or 15267550. OLE color: 15267550.

HSL color Cylindrical-coordinate representation of color #DEF6E8: hue angle of 145º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6E8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB222246232-
CMYK0.1000.060.04
HSL145º57.14%91.76%-
HSV(B)145º9.76%96.47%-
XYZ77.6587.2789.1-
YUV237.23125.05117.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 246 (96.48% from 255) = 35.14%
BLUE value IS 232 (91.02% from 255) = 33.14%
R=31.71%
G=35.14%
B=33.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222462320.1000.060.0414557.1491.76
HexDEF6E8A06491395c
Octal3363663501206422171134
Binary11011110111101101110100010100110100100100011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6E8; }

 p { color: rgb(222,246,232); }

 H1.HeaderClassName
 {
   color: #DEF6E8;
 }
 .AnyTagClassName
 {
   color: #DEF6E8;
 }
</style>
background-color css

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

 a { background-color: rgb(222,246,232); }

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

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

 span { border-color: rgb(222,246,232); }

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