#C7CDDB

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

Shades of Link Water #C7CDDB

Tints of Link Water #C7CDDB

Color information

#C7CDDB (or 0xC7CDDB) is unknown color: approx Link Water. HEX triplet: C7, CD and DB. RGB value is (199,205,219). Sum of RGB (Red+Green+Blue) = 199+205+219=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 205 (80.47% from 255 or 32.91% 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 #C7CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDB is #383224. Grayscale: #CCCCCC. Windows color (decimal): -3682853 or 14405063. OLE color: 14405063.

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

Color convert

RGB199205219-
CMYK0.090.0600.14
HSL222º21.74%81.96%-
HSV(B)222º9.13%85.88%-
XYZ58.1760.9275.71-
YUV204.8136.01123.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=31.94%
G=32.91%
B=35.15%

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
Decimal1992052190.090.0600.1422221.7481.96
HexC7CDDB960Ede1652
Octal30731533311601633626122
Binary11000111110011011101101110011100111011011110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDDB; }

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

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

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

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

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

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

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

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