#CACCD5

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

Shades of Link Water #CACCD5

Tints of Link Water #CACCD5

Color information

#CACCD5 (or 0xCACCD5) is unknown color: approx Link Water. HEX triplet: CA, CC and D5. RGB value is (202,204,213). Sum of RGB (Red+Green+Blue) = 202+204+213=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD5 is #35332A. Grayscale: #CCCCCC. Windows color (decimal): -3486507 or 14011594. OLE color: 14011594.

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

Color convert

RGB202204213-
CMYK0.050.0400.16
HSL229.09º11.58%81.37%-
HSV(B)229.09º5.16%83.53%-
XYZ57.9660.5571.58-
YUV204.43132.84126.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 213 (83.59% from 255) = 34.41%
R=32.63%
G=32.96%
B=34.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022042130.050.0400.16229.0911.5881.37
HexCACCD554010e5c51
Octal3123143255402034514121
Binary1100101011001100110101011011000100001110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD5; }

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

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

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

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

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

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

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

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