#C7CEDB

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

Shades of Link Water #C7CEDB

Tints of Link Water #C7CEDB

Color information

#C7CEDB (or 0xC7CEDB) is unknown color: approx Link Water. HEX triplet: C7, CE and DB. RGB value is (199,206,219). Sum of RGB (Red+Green+Blue) = 199+206+219=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 206 (80.86% from 255 or 33.01% 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 #C7CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEDB is #383124. Grayscale: #CDCDCD. Windows color (decimal): -3682597 or 14405319. OLE color: 14405319.

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

Color convert

RGB199206219-
CMYK0.090.0600.14
HSL219º21.74%81.96%-
HSV(B)219º9.13%85.88%-
XYZ58.4161.475.79-
YUV205.39135.68123.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=31.89%
G=33.01%
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
Decimal1992062190.090.0600.1421921.7481.96
HexC7CEDB960Edb1652
Octal30731633311601633326122
Binary11000111110011101101101110011100111011011011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEDB; }

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

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

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

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

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

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

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

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