#CAD0DD

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

Shades of Link Water #CAD0DD

Tints of Link Water #CAD0DD

Color information

#CAD0DD (or 0xCAD0DD) is unknown color: approx Link Water. HEX triplet: CA, D0 and DD. RGB value is (202,208,221). Sum of RGB (Red+Green+Blue) = 202+208+221=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0DD is #352F22. Grayscale: #CFCFCF. Windows color (decimal): -3485475 or 14536906. OLE color: 14536906.

HSL color Cylindrical-coordinate representation of color #CAD0DD: hue angle of 221.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD0DD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202208221-
CMYK0.090.0600.13
HSL221.05º21.84%82.94%-
HSV(B)221.05º8.6%86.67%-
XYZ59.9662.8977.38-
YUV207.69135.51123.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=32.01%
G=32.96%
B=35.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022082210.090.0600.13221.0521.8482.94
HexCAD0DD960Ddd1653
Octal31232033511601533526123
Binary11001010110100001101110110011100110111011101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD0DD; }

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

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

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

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

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

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

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

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