#CACED5

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

Shades of Link Water #CACED5

Tints of Link Water #CACED5

Color information

#CACED5 (or 0xCACED5) is unknown color: approx Link Water. HEX triplet: CA, CE and D5. RGB value is (202,206,213). Sum of RGB (Red+Green+Blue) = 202+206+213=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED5 is #35312A. Grayscale: #CDCDCD. Windows color (decimal): -3485995 or 14012106. OLE color: 14012106.

HSL color Cylindrical-coordinate representation of color #CACED5: hue angle of 218.18º 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 #CACED5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202206213-
CMYK0.050.0300.16
HSL218.18º11.58%81.37%-
HSV(B)218.18º5.16%83.53%-
XYZ58.4461.571.74-
YUV205.6132.17125.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=32.53%
G=33.17%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022062130.050.0300.16218.1811.5881.37
HexCACED553010dac51
Octal3123163255302033214121
Binary110010101100111011010101101110100001101101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACED5; }

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

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

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

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

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

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

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

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