#CACDD5

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

Shades of Link Water #CACDD5

Tints of Link Water #CACDD5

Color information

#CACDD5 (or 0xCACDD5) is unknown color: approx Link Water. HEX triplet: CA, CD and D5. RGB value is (202,205,213). Sum of RGB (Red+Green+Blue) = 202+205+213=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD5 is #35322A. Grayscale: #CCCCCC. Windows color (decimal): -3486251 or 14011850. OLE color: 14011850.

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

Color convert

RGB202205213-
CMYK0.050.0400.16
HSL223.64º11.58%81.37%-
HSV(B)223.64º5.16%83.53%-
XYZ58.261.0271.66-
YUV205.02132.51125.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=32.58%
G=33.06%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022052130.050.0400.16223.6411.5881.37
HexCACDD554010e0c51
Octal3123153255402034014121
Binary1100101011001101110101011011000100001110000011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD5; }

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

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

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

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

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

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

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

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