#CACCCF

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

Shades of Link Water #CACCCF

Tints of Link Water #CACCCF

Color information

#CACCCF (or 0xCACCCF) is unknown color: approx Link Water. HEX triplet: CA, CC and CF. RGB value is (202,204,207). Sum of RGB (Red+Green+Blue) = 202+204+207=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 207 - color contains mainly: blue. Hex color #CACCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCF is #353330. Grayscale: #CBCBCB. Windows color (decimal): -3486513 or 13618378. OLE color: 13618378.

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

Color convert

RGB202204207-
CMYK0.020.0100.19
HSL216º4.95%80.2%-
HSV(B)216º2.42%81.18%-
XYZ57.2160.2567.64-
YUV203.74129.84126.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=32.95%
G=33.28%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022042070.020.0100.192164.9580.2
HexCACCCF21013d8550
Octal312314317210233305120
Binary110010101100110011001111101010011110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCCF; }

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

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

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

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

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

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

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

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