#C5CDDD

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

Shades of Link Water #C5CDDD

Tints of Link Water #C5CDDD

Color information

#C5CDDD (or 0xC5CDDD) is unknown color: approx Link Water. HEX triplet: C5, CD and DD. RGB value is (197,205,221). Sum of RGB (Red+Green+Blue) = 197+205+221=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDD is #3A3222. Grayscale: #CCCCCC. Windows color (decimal): -3813923 or 14536133. OLE color: 14536133.

HSL color Cylindrical-coordinate representation of color #C5CDDD: hue angle of 220º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CDDD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197205221-
CMYK0.110.0700.13
HSL220º26.09%81.96%-
HSV(B)220º10.86%86.67%-
XYZ57.9160.7577.08-
YUV204.43137.35122.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=31.62%
G=32.91%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972052210.110.0700.1322026.0981.96
HexC5CDDDB70Ddc1a52
Octal30531533513701533432122
Binary11000101110011011101110110111110110111011100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDDD; }

 p { color: rgb(197,205,221); }

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

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

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

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

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

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

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