#CACBD5

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

Shades of Link Water #CACBD5

Tints of Link Water #CACBD5

Color information

#CACBD5 (or 0xCACBD5) is unknown color: approx Link Water. HEX triplet: CA, CB and D5. RGB value is (202,203,213). Sum of RGB (Red+Green+Blue) = 202+203+213=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD5 is #35342A. Grayscale: #CBCBCB. Windows color (decimal): -3486763 or 14011338. OLE color: 14011338.

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

Color convert

RGB202203213-
CMYK0.050.0500.16
HSL234.55º11.58%81.37%-
HSV(B)234.55º5.16%83.53%-
XYZ57.7260.0771.5-
YUV203.84133.17126.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=32.69%
G=32.85%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022032130.050.0500.16234.5511.5881.37
HexCACBD555010ebc51
Octal3123133255502035314121
Binary1100101011001011110101011011010100001110101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBD5; }

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

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

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

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

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

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

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

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