#DFFDEE

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

Shades of Bubbles #DFFDEE

Tints of Bubbles #DFFDEE

Color information

#DFFDEE (or 0xDFFDEE) is unknown color: approx Bubbles. HEX triplet: DF, FD and EE. RGB value is (223,253,238). Sum of RGB (Red+Green+Blue) = 223+253+238=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDEE is #200211. Grayscale: #F2F2F2. Windows color (decimal): -2097682 or 15662559. OLE color: 15662559.

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

Color convert

RGB223253238-
CMYK0.1200.060.01
HSL150º88.24%93.33%-
HSV(B)150º11.86%99.22%-
XYZ80.9992.1194.4-
YUV242.32125.56114.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.23%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=31.23%
G=35.43%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532380.1200.060.0115088.2493.33
HexDFFDEEC06196585d
Octal33737535614061226130135
Binary1101111111111101111011101100011011001011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDEE; }

 p { color: rgb(223,253,238); }

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

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

 a { background-color: rgb(223,253,238); }

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

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

 span { border-color: rgb(223,253,238); }

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