#C7CBDA

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

Shades of Link Water #C7CBDA

Tints of Link Water #C7CBDA

Color information

#C7CBDA (or 0xC7CBDA) is unknown color: approx Link Water. HEX triplet: C7, CB and DA. RGB value is (199,203,218). Sum of RGB (Red+Green+Blue) = 199+203+218=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDA is #383425. Grayscale: #CBCBCB. Windows color (decimal): -3683366 or 14339015. OLE color: 14339015.

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

Color convert

RGB199203218-
CMYK0.090.0700.15
HSL227.37º20.43%81.76%-
HSV(B)227.37º8.72%85.49%-
XYZ57.5659.9274.86-
YUV203.51136.17124.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=32.10%
G=32.74%
B=35.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992032180.090.0700.15227.3720.4381.76
HexC7CBDA970Fe31452
Octal30731333211701734324122
Binary11000111110010111101101010011110111111100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBDA; }

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

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

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

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

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

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

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

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