#CACDD0

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

Shades of Link Water #CACDD0

Tints of Link Water #CACDD0

Color information

#CACDD0 (or 0xCACDD0) is unknown color: approx Link Water. HEX triplet: CA, CD and D0. RGB value is (202,205,208). Sum of RGB (Red+Green+Blue) = 202+205+208=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD0 is #35322F. Grayscale: #CCCCCC. Windows color (decimal): -3486256 or 13684170. OLE color: 13684170.

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

Color convert

RGB202205208-
CMYK0.030.0100.18
HSL210º6%80.39%-
HSV(B)210º2.88%81.57%-
XYZ57.5760.7768.37-
YUV204.44130.01126.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=32.85%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022052080.030.0100.18210680.39
HexCACDD031012d2650
Octal312315320310223226120
Binary110010101100110111010000111010010110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD0; }

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

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

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

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

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

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

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

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