#D4DBD4

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

Shades of Aqua Squeeze #D4DBD4

Tints of Aqua Squeeze #D4DBD4

Color information

#D4DBD4 (or 0xD4DBD4) is unknown color: approx Aqua Squeeze. HEX triplet: D4, DB and D4. RGB value is (212,219,212). Sum of RGB (Red+Green+Blue) = 212+219+212=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBD4 is #2B242B. Grayscale: #D8D8D8. Windows color (decimal): -2827308 or 13949908. OLE color: 13949908.

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

Color convert

RGB212219212-
CMYK0.0300.030.14
HSL120º8.86%84.51%-
HSV(B)120º3.2%85.88%-
XYZ64.3769.4172.29-
YUV216.11125.68125.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.97%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 212 (83.20% from 255) = 32.97%
R=32.97%
G=34.06%
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.14
SystemRedGreenBlueCMYKHSL
Decimal2122192120.0300.030.141208.8684.51
HexD4DBD4303E78955
Octal3243333243031617011125
Binary110101001101101111010100110111110111100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBD4; }

 p { color: rgb(212,219,212); }

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

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

 a { background-color: rgb(212,219,212); }

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

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

 span { border-color: rgb(212,219,212); }

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