#CACBD2

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

Shades of Link Water #CACBD2

Tints of Link Water #CACBD2

Color information

#CACBD2 (or 0xCACBD2) is unknown color: approx Link Water. HEX triplet: CA, CB and D2. RGB value is (202,203,210). Sum of RGB (Red+Green+Blue) = 202+203+210=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD2 is #35342D. Grayscale: #CBCBCB. Windows color (decimal): -3486766 or 13814730. OLE color: 13814730.

HSL color Cylindrical-coordinate representation of color #CACBD2: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACBD2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202203210-
CMYK0.040.0300.18
HSL232.5º8.16%80.78%-
HSV(B)232.5º3.81%82.35%-
XYZ57.3559.9269.52-
YUV203.5131.67126.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=32.85%
G=33.01%
B=34.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022032100.040.0300.18232.58.1680.78
HexCACBD243012e8851
Octal3123133224302235010121
Binary110010101100101111010010100110100101110100010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBD2; }

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

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

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

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

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

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

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

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