#DCEBDD

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

Shades of Aqua Squeeze #DCEBDD

Tints of Aqua Squeeze #DCEBDD

Color information

#DCEBDD (or 0xDCEBDD) is unknown color: approx Aqua Squeeze. HEX triplet: DC, EB and DD. RGB value is (220,235,221). Sum of RGB (Red+Green+Blue) = 220+235+221=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBDD is #231422. Grayscale: #E4E4E4. Windows color (decimal): -2298915 or 14543836. OLE color: 14543836.

HSL color Cylindrical-coordinate representation of color #DCEBDD: hue angle of 124º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBDD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB220235221-
CMYK0.0600.060.08
HSL124º27.27%89.22%-
HSV(B)124º6.38%92.16%-
XYZ72.2779.8580.01-
YUV228.92123.53121.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 221 (86.72% from 255) = 32.69%
R=32.54%
G=34.76%
B=32.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352210.0600.060.0812427.2789.22
HexDCEBDD60687c1b59
Octal3343533356061017433131
Binary110111001110101111011101110011010001111100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBDD; }

 p { color: rgb(220,235,221); }

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

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

 a { background-color: rgb(220,235,221); }

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

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

 span { border-color: rgb(220,235,221); }

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