#CAD4DD

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

Shades of Link Water #CAD4DD

Tints of Link Water #CAD4DD

Color information

#CAD4DD (or 0xCAD4DD) is unknown color: approx Link Water. HEX triplet: CA, D4 and DD. RGB value is (202,212,221). Sum of RGB (Red+Green+Blue) = 202+212+221=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DD is #352B22. Grayscale: #D1D1D1. Windows color (decimal): -3484451 or 14537930. OLE color: 14537930.

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

Color convert

RGB202212221-
CMYK0.090.0400.13
HSL208.42º21.84%82.94%-
HSV(B)208.42º8.6%86.67%-
XYZ60.9564.8677.71-
YUV210.04134.19122.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=31.81%
G=33.39%
B=34.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022122210.090.0400.13208.4221.8482.94
HexCAD4DD940Dd01653
Octal31232433511401532026123
Binary11001010110101001101110110011000110111010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4DD; }

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

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

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

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

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

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

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

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