#C7D3DD

Color #C7D3DD Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C7D3DD

Tints of Link Water #C7D3DD

Color information

#C7D3DD (or 0xC7D3DD) is unknown color: approx Link Water. HEX triplet: C7, D3 and DD. RGB value is (199,211,221). Sum of RGB (Red+Green+Blue) = 199+211+221=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D3DD is #382C22. Grayscale: #D0D0D0. Windows color (decimal): -3681315 or 14537671. OLE color: 14537671.

HSL color Cylindrical-coordinate representation of color #C7D3DD: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D3DD is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199211221-
CMYK0.100.0500.13
HSL207.27º24.44%82.35%-
HSV(B)207.27º9.95%86.67%-
XYZ59.963.9577.59-
YUV208.55135.02121.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=31.54%
G=33.44%
B=35.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992112210.100.0500.13207.2724.4482.35
HexC7D3DDA50Dcf1852
Octal30732333512501531730122
Binary11000111110100111101110110101010110111001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D3DD; }

 p { color: rgb(199,211,221); }

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

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

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

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

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

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

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