#D5DBD6

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

Shades of Aqua Squeeze #D5DBD6

Tints of Aqua Squeeze #D5DBD6

Color information

#D5DBD6 (or 0xD5DBD6) is unknown color: approx Aqua Squeeze. HEX triplet: D5, DB and D6. RGB value is (213,219,214). Sum of RGB (Red+Green+Blue) = 213+219+214=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD6 is #2A2429. Grayscale: #D8D8D8. Windows color (decimal): -2761770 or 14080981. OLE color: 14080981.

HSL color Cylindrical-coordinate representation of color #D5DBD6: hue angle of 130º degrees, saturation: 0.08, 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 #D5DBD6 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB213219214-
CMYK0.0300.020.14
HSL130º7.69%84.71%-
HSV(B)130º2.74%85.88%-
XYZ64.9169.6673.64-
YUV216.64126.51125.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.97%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 214 (83.98% from 255) = 33.13%
R=32.97%
G=33.90%
B=33.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192140.0300.020.141307.6984.71
HexD5DBD6302E82855
Octal3253333263021620210125
Binary1101010111011011110101101101011101000001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBD6; }

 p { color: rgb(213,219,214); }

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

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

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

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

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

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

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