#C8CCDB

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

Shades of Link Water #C8CCDB

Tints of Link Water #C8CCDB

Color information

#C8CCDB (or 0xC8CCDB) is unknown color: approx Link Water. HEX triplet: C8, CC and DB. RGB value is (200,204,219). Sum of RGB (Red+Green+Blue) = 200+204+219=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDB is #373324. Grayscale: #CCCCCC. Windows color (decimal): -3617573 or 14404808. OLE color: 14404808.

HSL color Cylindrical-coordinate representation of color #C8CCDB: hue angle of 227.37º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CCDB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200204219-
CMYK0.090.0700.14
HSL227.37º20.88%82.16%-
HSV(B)227.37º8.68%85.88%-
XYZ58.260.5875.64-
YUV204.51136.17124.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=32.10%
G=32.74%
B=35.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002042190.090.0700.14227.3720.8882.16
HexC8CCDB970Ee31552
Octal31031433311701634325122
Binary11001000110011001101101110011110111011100011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCDB; }

 p { color: rgb(200,204,219); }

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

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

 a { background-color: rgb(200,204,219); }

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

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

 span { border-color: rgb(200,204,219); }

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