#CAD3DD

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

Shades of Link Water #CAD3DD

Tints of Link Water #CAD3DD

Color information

#CAD3DD (or 0xCAD3DD) is unknown color: approx Link Water. HEX triplet: CA, D3 and DD. RGB value is (202,211,221). Sum of RGB (Red+Green+Blue) = 202+211+221=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3DD is #352C22. Grayscale: #D1D1D1. Windows color (decimal): -3484707 or 14537674. OLE color: 14537674.

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

Color convert

RGB202211221-
CMYK0.090.0500.13
HSL211.58º21.84%82.94%-
HSV(B)211.58º8.6%86.67%-
XYZ60.764.3777.63-
YUV209.45134.52122.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=31.86%
G=33.28%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022112210.090.0500.13211.5821.8482.94
HexCAD3DD950Dd41653
Octal31232333511501532426123
Binary11001010110100111101110110011010110111010100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3DD; }

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

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

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

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

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

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

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

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