#CAD2DB

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

Shades of Link Water #CAD2DB

Tints of Link Water #CAD2DB

Color information

#CAD2DB (or 0xCAD2DB) is unknown color: approx Link Water. HEX triplet: CA, D2 and DB. RGB value is (202,210,219). Sum of RGB (Red+Green+Blue) = 202+210+219=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2DB is #352D24. Grayscale: #D0D0D0. Windows color (decimal): -3484965 or 14406346. OLE color: 14406346.

HSL color Cylindrical-coordinate representation of color #CAD2DB: hue angle of 211.76º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAD2DB is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202210219-
CMYK0.080.0400.14
HSL211.76º19.1%82.55%-
HSV(B)211.76º7.76%85.88%-
XYZ60.1963.7676.15-
YUV208.63133.85123.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=32.01%
G=33.28%
B=34.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022102190.080.0400.14211.7619.182.55
HexCAD2DB840Ed41353
Octal31232233310401632423123
Binary11001010110100101101101110001000111011010100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD2DB; }

 p { color: rgb(202,210,219); }

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

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

 a { background-color: rgb(202,210,219); }

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

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

 span { border-color: rgb(202,210,219); }

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