#C7CBD4

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

Shades of Link Water #C7CBD4

Tints of Link Water #C7CBD4

Color information

#C7CBD4 (or 0xC7CBD4) is unknown color: approx Link Water. HEX triplet: C7, CB and D4. RGB value is (199,203,212). Sum of RGB (Red+Green+Blue) = 199+203+212=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7CBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBD4 is #38342B. Grayscale: #CACACA. Windows color (decimal): -3683372 or 13945799. OLE color: 13945799.

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

Color convert

RGB199203212-
CMYK0.060.0400.17
HSL221.54º13.13%80.59%-
HSV(B)221.54º6.13%83.14%-
XYZ56.7959.6170.8-
YUV202.83133.17125.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=32.41%
G=33.06%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992032120.060.0400.17221.5413.1380.59
HexC7CBD464011ded51
Octal3073133246402133615121
Binary1100011111001011110101001101000100011101111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBD4; }

 p { color: rgb(199,203,212); }

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

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

 a { background-color: rgb(199,203,212); }

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

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

 span { border-color: rgb(199,203,212); }

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