#CACBD7

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

Shades of Link Water #CACBD7

Tints of Link Water #CACBD7

Color information

#CACBD7 (or 0xCACBD7) is unknown color: approx Link Water. HEX triplet: CA, CB and D7. RGB value is (202,203,215). Sum of RGB (Red+Green+Blue) = 202+203+215=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 215 - color contains mainly: blue. Hex color #CACBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD7 is #353428. Grayscale: #CCCCCC. Windows color (decimal): -3486761 or 14142410. OLE color: 14142410.

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

Color convert

RGB202203215-
CMYK0.060.0600.16
HSL235.38º13.98%81.76%-
HSV(B)235.38º6.05%84.31%-
XYZ57.9860.1772.85-
YUV204.07134.17126.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=32.58%
G=32.74%
B=34.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022032150.060.0600.16235.3813.9881.76
HexCACBD766010ebe52
Octal3123133276602035316122
Binary1100101011001011110101111101100100001110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBD7; }

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

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

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

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

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

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

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

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