#DEFCEB

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

Shades of Bubbles #DEFCEB

Tints of Bubbles #DEFCEB

Color information

#DEFCEB (or 0xDEFCEB) is unknown color: approx Bubbles. HEX triplet: DE, FC and EB. RGB value is (222,252,235). Sum of RGB (Red+Green+Blue) = 222+252+235=709 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.31% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCEB is #210314. Grayscale: #F1F1F1. Windows color (decimal): -2163477 or 15465694. OLE color: 15465694.

HSL color Cylindrical-coordinate representation of color #DEFCEB: hue angle of 146º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFCEB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB222252235-
CMYK0.1200.070.01
HSL146º83.33%92.94%-
HSV(B)146º11.9%98.82%-
XYZ79.9391.1591.98-
YUV241.09124.56114.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.31%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 235 (92.19% from 255) = 33.15%
R=31.31%
G=35.54%
B=33.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522350.1200.070.0114683.3392.94
HexDEFCEBC07192535d
Octal33637435314071222123135
Binary1101111011111100111010111100011111001001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCEB; }

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

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

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

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

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

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

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

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