#CACDD7

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

Shades of Link Water #CACDD7

Tints of Link Water #CACDD7

Color information

#CACDD7 (or 0xCACDD7) is unknown color: approx Link Water. HEX triplet: CA, CD and D7. RGB value is (202,205,215). Sum of RGB (Red+Green+Blue) = 202+205+215=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #CACDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD7 is #353228. Grayscale: #CDCDCD. Windows color (decimal): -3486249 or 14142922. OLE color: 14142922.

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

Color convert

RGB202205215-
CMYK0.060.0500.16
HSL226.15º13.98%81.76%-
HSV(B)226.15º6.05%84.31%-
XYZ58.4561.1373.01-
YUV205.24133.51125.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=32.48%
G=32.96%
B=34.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022052150.060.0500.16226.1513.9881.76
HexCACDD765010e2e52
Octal3123153276502034216122
Binary1100101011001101110101111101010100001110001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD7; }

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

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

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

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

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

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

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

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