#CACCD7

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

Shades of Link Water #CACCD7

Tints of Link Water #CACCD7

Color information

#CACCD7 (or 0xCACCD7) is unknown color: approx Link Water. HEX triplet: CA, CC and D7. RGB value is (202,204,215). Sum of RGB (Red+Green+Blue) = 202+204+215=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #CACCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD7 is #353328. Grayscale: #CCCCCC. Windows color (decimal): -3486505 or 14142666. OLE color: 14142666.

HSL color Cylindrical-coordinate representation of color #CACCD7: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACCD7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202204215-
CMYK0.060.0500.16
HSL230.77º13.98%81.76%-
HSV(B)230.77º6.05%84.31%-
XYZ58.2260.6572.93-
YUV204.66133.84126.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=32.53%
G=32.85%
B=34.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022042150.060.0500.16230.7713.9881.76
HexCACCD765010e7e52
Octal3123143276502034716122
Binary1100101011001100110101111101010100001110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD7; }

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

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

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

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

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

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

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

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