#C7CCDC

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

Shades of Link Water #C7CCDC

Tints of Link Water #C7CCDC

Color information

#C7CCDC (or 0xC7CCDC) is unknown color: approx Link Water. HEX triplet: C7, CC and DC. RGB value is (199,204,220). Sum of RGB (Red+Green+Blue) = 199+204+220=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDC is #383323. Grayscale: #CCCCCC. Windows color (decimal): -3683108 or 14470343. OLE color: 14470343.

HSL color Cylindrical-coordinate representation of color #C7CCDC: hue angle of 225.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CCDC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199204220-
CMYK0.100.0700.14
HSL225.71º23.08%82.16%-
HSV(B)225.71º9.55%86.27%-
XYZ58.0660.576.33-
YUV204.33136.84124.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=31.94%
G=32.74%
B=35.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992042200.100.0700.14225.7123.0882.16
HexC7CCDCA70Ee21752
Octal30731433412701634227122
Binary11000111110011001101110010101110111011100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCDC; }

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

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

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

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

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

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

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

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