#D6DDD6

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

Shades of Aqua Squeeze #D6DDD6

Tints of Aqua Squeeze #D6DDD6

Color information

#D6DDD6 (or 0xD6DDD6) is unknown color: approx Aqua Squeeze. HEX triplet: D6, DD and D6. RGB value is (214,221,214). Sum of RGB (Red+Green+Blue) = 214+221+214=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDD6 is #292229. Grayscale: #DADADA. Windows color (decimal): -2695722 or 14081494. OLE color: 14081494.

HSL color Cylindrical-coordinate representation of color #D6DDD6: hue angle of 120º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6DDD6 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB214221214-
CMYK0.0300.030.13
HSL120º9.33%85.29%-
HSV(B)120º3.17%86.67%-
XYZ65.7370.8673.83-
YUV218.11125.68125.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.97%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 214 (83.98% from 255) = 32.97%
R=32.97%
G=34.05%
B=32.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142212140.0300.030.131209.3385.29
HexD6DDD6303D78955
Octal3263353263031517011125
Binary110101101101110111010110110111101111100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDD6; }

 p { color: rgb(214,221,214); }

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

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

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

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

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

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

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