#D6DDD7

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

Shades of Aqua Squeeze #D6DDD7

Tints of Aqua Squeeze #D6DDD7

Color information

#D6DDD7 (or 0xD6DDD7) is unknown color: approx Aqua Squeeze. HEX triplet: D6, DD and D7. RGB value is (214,221,215). Sum of RGB (Red+Green+Blue) = 214+221+215=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDD7 is #292228. Grayscale: #DADADA. Windows color (decimal): -2695721 or 14147030. OLE color: 14147030.

HSL color Cylindrical-coordinate representation of color #D6DDD7: hue angle of 128.57º 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 #D6DDD7 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB214221215-
CMYK0.0300.030.13
HSL128.57º9.33%85.29%-
HSV(B)128.57º3.17%86.67%-
XYZ65.8570.9274.51-
YUV218.22126.18124.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=32.92%
G=34%
B=33.08%

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
Decimal2142212150.0300.030.13128.579.3385.29
HexD6DDD7303D81955
Octal3263353273031520111125
Binary1101011011011101110101111101111011000000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDD7; }

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

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

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

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

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

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

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

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