#CAD5DB

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

Shades of Link Water #CAD5DB

Tints of Link Water #CAD5DB

Color information

#CAD5DB (or 0xCAD5DB) is unknown color: approx Link Water. HEX triplet: CA, D5 and DB. RGB value is (202,213,219). Sum of RGB (Red+Green+Blue) = 202+213+219=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DB is #352A24. Grayscale: #D2D2D2. Windows color (decimal): -3484197 or 14407114. OLE color: 14407114.

HSL color Cylindrical-coordinate representation of color #CAD5DB: hue angle of 201.18º 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 #CAD5DB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202213219-
CMYK0.080.0300.14
HSL201.18º19.1%82.55%-
HSV(B)201.18º7.76%85.88%-
XYZ60.9465.2676.4-
YUV210.4132.86122.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=31.86%
G=33.60%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022132190.080.0300.14201.1819.182.55
HexCAD5DB830Ec91353
Octal31232533310301631123123
Binary1100101011010101110110111000110111011001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5DB; }

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

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

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

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

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

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

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

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