#CAD1D5

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

Shades of Link Water #CAD1D5

Tints of Link Water #CAD1D5

Color information

#CAD1D5 (or 0xCAD1D5) is unknown color: approx Link Water. HEX triplet: CA, D1 and D5. RGB value is (202,209,213). Sum of RGB (Red+Green+Blue) = 202+209+213=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1D5 is #352E2A. Grayscale: #CFCFCF. Windows color (decimal): -3485227 or 14012874. OLE color: 14012874.

HSL color Cylindrical-coordinate representation of color #CAD1D5: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD1D5 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202209213-
CMYK0.050.0200.16
HSL201.82º11.58%81.37%-
HSV(B)201.82º5.16%83.53%-
XYZ59.1762.9671.99-
YUV207.36131.18124.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=32.37%
G=33.49%
B=34.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022092130.050.0200.16201.8211.5881.37
HexCAD1D552010cac51
Octal3123213255202031214121
Binary110010101101000111010101101100100001100101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1D5; }

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

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

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

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

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

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

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

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