#C7CCDA

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

Shades of Link Water #C7CCDA

Tints of Link Water #C7CCDA

Color information

#C7CCDA (or 0xC7CCDA) is unknown color: approx Link Water. HEX triplet: C7, CC and DA. RGB value is (199,204,218). Sum of RGB (Red+Green+Blue) = 199+204+218=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDA is #383325. Grayscale: #CCCCCC. Windows color (decimal): -3683110 or 14339271. OLE color: 14339271.

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

Color convert

RGB199204218-
CMYK0.090.0600.15
HSL224.21º20.43%81.76%-
HSV(B)224.21º8.72%85.49%-
XYZ57.860.3974.94-
YUV204.1135.84124.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 218 (85.55% 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.15
SystemRedGreenBlueCMYKHSL
Decimal1992042180.090.0600.15224.2120.4381.76
HexC7CCDA960Fe01452
Octal30731433211601734024122
Binary11000111110011001101101010011100111111100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCDA; }

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

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

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

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

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

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

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

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