#C5CDDC

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

Shades of Link Water #C5CDDC

Tints of Link Water #C5CDDC

Color information

#C5CDDC (or 0xC5CDDC) is unknown color: approx Link Water. HEX triplet: C5, CD and DC. RGB value is (197,205,220). Sum of RGB (Red+Green+Blue) = 197+205+220=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDDC is #3A3223. Grayscale: #CCCCCC. Windows color (decimal): -3813924 or 14470597. OLE color: 14470597.

HSL color Cylindrical-coordinate representation of color #C5CDDC: hue angle of 219.13º degrees, saturation: 0.25, 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 #C5CDDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197205220-
CMYK0.100.0700.14
HSL219.13º24.73%81.76%-
HSV(B)219.13º10.45%86.27%-
XYZ57.7860.776.38-
YUV204.32136.85122.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=31.67%
G=32.96%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972052200.100.0700.14219.1324.7381.76
HexC5CDDCA70Edb1952
Octal30531533412701633331122
Binary11000101110011011101110010101110111011011011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDDC; }

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

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

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

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

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

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

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

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