#C4CCD5

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

Shades of Link Water #C4CCD5

Tints of Link Water #C4CCD5

Color information

#C4CCD5 (or 0xC4CCD5) is unknown color: approx Link Water. HEX triplet: C4, CC and D5. RGB value is (196,204,213). Sum of RGB (Red+Green+Blue) = 196+204+213=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCD5 is #3B332A. Grayscale: #CACACA. Windows color (decimal): -3879723 or 14011588. OLE color: 14011588.

HSL color Cylindrical-coordinate representation of color #C4CCD5: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CCD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196204213-
CMYK0.080.0400.16
HSL211.76º16.83%80.2%-
HSV(B)211.76º7.98%83.53%-
XYZ56.3759.7371.51-
YUV202.63133.85123.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.97%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=31.97%
G=33.28%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962042130.080.0400.16211.7616.8380.2
HexC4CCD584010d41150
Octal30431432510402032421120
Binary110001001100110011010101100010001000011010100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCD5; }

 p { color: rgb(196,204,213); }

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

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

 a { background-color: rgb(196,204,213); }

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

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

 span { border-color: rgb(196,204,213); }

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