#C8CDD5

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

Shades of Link Water #C8CDD5

Tints of Link Water #C8CDD5

Color information

#C8CDD5 (or 0xC8CDD5) is unknown color: approx Link Water. HEX triplet: C8, CD and D5. RGB value is (200,205,213). Sum of RGB (Red+Green+Blue) = 200+205+213=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDD5 is #37322A. Grayscale: #CCCCCC. Windows color (decimal): -3617323 or 14011848. OLE color: 14011848.

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

Color convert

RGB200205213-
CMYK0.060.0400.16
HSL216.92º13.4%80.98%-
HSV(B)216.92º6.1%83.53%-
XYZ57.6660.7571.64-
YUV204.42132.84124.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=32.36%
G=33.17%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002052130.060.0400.16216.9213.480.98
HexC8CDD564010d9d51
Octal3103153256402033115121
Binary1100100011001101110101011101000100001101100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDD5; }

 p { color: rgb(200,205,213); }

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

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

 a { background-color: rgb(200,205,213); }

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

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

 span { border-color: rgb(200,205,213); }

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