#CCCDCF

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

Shades of Link Water #CCCDCF

Tints of Link Water #CCCDCF

Color information

#CCCDCF (or 0xCCCDCF) is unknown color: approx Link Water. HEX triplet: CC, CD and CF. RGB value is (204,205,207). Sum of RGB (Red+Green+Blue) = 204+205+207=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCF is #333230. Grayscale: #CCCCCC. Windows color (decimal): -3355185 or 13618636. OLE color: 13618636.

HSL color Cylindrical-coordinate representation of color #CCCDCF: hue angle of 220º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCDCF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204205207-
CMYK0.010.0100.19
HSL220º3.03%80.59%-
HSV(B)220º1.45%81.18%-
XYZ5861.0167.75-
YUV204.93129.17127.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=33.12%
G=33.28%
B=33.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042052070.010.0100.192203.0380.59
HexCCCDCF11013dc351
Octal314315317110233343121
Binary1100110011001101110011111101001111011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDCF; }

 p { color: rgb(204,205,207); }

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

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

 a { background-color: rgb(204,205,207); }

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

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

 span { border-color: rgb(204,205,207); }

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