#CAD1DD

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

Shades of Link Water #CAD1DD

Tints of Link Water #CAD1DD

Color information

#CAD1DD (or 0xCAD1DD) is unknown color: approx Link Water. HEX triplet: CA, D1 and DD. RGB value is (202,209,221). Sum of RGB (Red+Green+Blue) = 202+209+221=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DD is #352E22. Grayscale: #D0D0D0. Windows color (decimal): -3485219 or 14537162. OLE color: 14537162.

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

Color convert

RGB202209221-
CMYK0.090.0500.13
HSL217.89º21.84%82.94%-
HSV(B)217.89º8.6%86.67%-
XYZ60.2163.3877.47-
YUV208.27135.18123.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=31.96%
G=33.07%
B=34.97%

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
Decimal2022092210.090.0500.13217.8921.8482.94
HexCAD1DD950Dda1653
Octal31232133511501533226123
Binary11001010110100011101110110011010110111011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1DD; }

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

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

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

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

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

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

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

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