#C5CDDB

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

Shades of Link Water #C5CDDB

Tints of Link Water #C5CDDB

Color information

#C5CDDB (or 0xC5CDDB) is unknown color: approx Link Water. HEX triplet: C5, CD and DB. RGB value is (197,205,219). Sum of RGB (Red+Green+Blue) = 197+205+219=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDB is #3A3224. Grayscale: #CCCCCC. Windows color (decimal): -3813925 or 14405061. OLE color: 14405061.

HSL color Cylindrical-coordinate representation of color #C5CDDB: hue angle of 218.18º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CDDB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197205219-
CMYK0.100.0600.14
HSL218.18º23.4%81.57%-
HSV(B)218.18º10.05%85.88%-
XYZ57.6460.6575.69-
YUV204.2136.35122.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.72%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=31.72%
G=33.01%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972052190.100.0600.14218.1823.481.57
HexC5CDDBA60Eda1752
Octal30531533312601633227122
Binary11000101110011011101101110101100111011011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDDB; }

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

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

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

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

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

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

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

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