#C8CDDB

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

Shades of Link Water #C8CDDB

Tints of Link Water #C8CDDB

Color information

#C8CDDB (or 0xC8CDDB) is unknown color: approx Link Water. HEX triplet: C8, CD and DB. RGB value is (200,205,219). Sum of RGB (Red+Green+Blue) = 200+205+219=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDB is #373224. Grayscale: #CDCDCD. Windows color (decimal): -3617317 or 14405064. OLE color: 14405064.

HSL color Cylindrical-coordinate representation of color #C8CDDB: hue angle of 224.21º 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 #C8CDDB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200205219-
CMYK0.090.0600.14
HSL224.21º20.88%82.16%-
HSV(B)224.21º8.68%85.88%-
XYZ58.4461.0675.72-
YUV205.1135.84124.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=32.05%
G=32.85%
B=35.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002052190.090.0600.14224.2120.8882.16
HexC8CDDB960Ee01552
Octal31031533311601634025122
Binary11001000110011011101101110011100111011100000101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDDB; }

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

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

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

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

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

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

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

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