#CACDD1

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

Shades of Link Water #CACDD1

Tints of Link Water #CACDD1

Color information

#CACDD1 (or 0xCACDD1) is unknown color: approx Link Water. HEX triplet: CA, CD and D1. RGB value is (202,205,209). Sum of RGB (Red+Green+Blue) = 202+205+209=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD1 is #35322E. Grayscale: #CCCCCC. Windows color (decimal): -3486255 or 13749706. OLE color: 13749706.

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

Color convert

RGB202205209-
CMYK0.030.0200.18
HSL214.29º7.07%80.59%-
HSV(B)214.29º3.35%81.96%-
XYZ57.760.8269.02-
YUV204.56130.51126.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=32.79%
G=33.28%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022052090.030.0200.18214.297.0780.59
HexCACDD132012d6751
Octal312315321320223267121
Binary1100101011001101110100011110010010110101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD1; }

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

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

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

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

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

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

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

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