#CACBD4

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

Shades of Link Water #CACBD4

Tints of Link Water #CACBD4

Color information

#CACBD4 (or 0xCACBD4) is unknown color: approx Link Water. HEX triplet: CA, CB and D4. RGB value is (202,203,212). Sum of RGB (Red+Green+Blue) = 202+203+212=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD4 is #35342B. Grayscale: #CBCBCB. Windows color (decimal): -3486764 or 13945802. OLE color: 13945802.

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

Color convert

RGB202203212-
CMYK0.050.0400.17
HSL234º10.42%81.18%-
HSV(B)234º4.72%83.14%-
XYZ57.660.0270.84-
YUV203.73132.67126.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=32.74%
G=32.90%
B=34.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022032120.050.0400.1723410.4281.18
HexCACBD454011eaa51
Octal3123133245402135212121
Binary1100101011001011110101001011000100011110101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACBD4; }

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

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

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

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

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

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

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

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