#DEFAEB

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

Shades of Bubbles #DEFAEB

Tints of Bubbles #DEFAEB

Color information

#DEFAEB (or 0xDEFAEB) is unknown color: approx Bubbles. HEX triplet: DE, FA and EB. RGB value is (222,250,235). Sum of RGB (Red+Green+Blue) = 222+250+235=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAEB is #210514. Grayscale: #EFEFEF. Windows color (decimal): -2163989 or 15465182. OLE color: 15465182.

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

Color convert

RGB222250235-
CMYK0.1100.060.02
HSL147.86º73.68%92.55%-
HSV(B)147.86º11.2%98.04%-
XYZ79.3189.991.77-
YUV239.92125.22115.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=31.40%
G=35.36%
B=33.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502350.1100.060.02147.8673.6892.55
HexDEFAEBB062944a5d
Octal33637235313062224112135
Binary11011110111110101110101110110110101001010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAEB; }

 p { color: rgb(222,250,235); }

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

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

 a { background-color: rgb(222,250,235); }

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

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

 span { border-color: rgb(222,250,235); }

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