#DFFBED

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

Shades of Bubbles #DFFBED

Tints of Bubbles #DFFBED

Color information

#DFFBED (or 0xDFFBED) is unknown color: approx Bubbles. HEX triplet: DF, FB and ED. RGB value is (223,251,237). Sum of RGB (Red+Green+Blue) = 223+251+237=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFBED is #200412. Grayscale: #F1F1F1. Windows color (decimal): -2098195 or 15596511. OLE color: 15596511.

HSL color Cylindrical-coordinate representation of color #DFFBED: hue angle of 150º degrees, saturation: 0.78, 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 #DFFBED is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB223251237-
CMYK0.1100.060.02
HSL150º77.78%92.94%-
HSV(B)150º11.16%98.43%-
XYZ80.2190.893.42-
YUV241.03125.72115.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.36%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=31.36%
G=35.30%
B=33.33%

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
Decimal2232512370.1100.060.0215077.7892.94
HexDFFBEDB062964e5d
Octal33737335513062226116135
Binary11011111111110111110110110110110101001011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBED; }

 p { color: rgb(223,251,237); }

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

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

 a { background-color: rgb(223,251,237); }

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

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

 span { border-color: rgb(223,251,237); }

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