#CAD4DB

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

Shades of Link Water #CAD4DB

Tints of Link Water #CAD4DB

Color information

#CAD4DB (or 0xCAD4DB) is unknown color: approx Link Water. HEX triplet: CA, D4 and DB. RGB value is (202,212,219). Sum of RGB (Red+Green+Blue) = 202+212+219=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4DB is #352B24. Grayscale: #D1D1D1. Windows color (decimal): -3484453 or 14406858. OLE color: 14406858.

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

Color convert

RGB202212219-
CMYK0.080.0300.14
HSL204.71º19.1%82.55%-
HSV(B)204.71º7.76%85.88%-
XYZ60.6964.7676.32-
YUV209.81133.19122.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 219 (85.94% from 255) = 34.60%
R=31.91%
G=33.49%
B=34.60%

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
Decimal2022122190.080.0300.14204.7119.182.55
HexCAD4DB830Ecd1353
Octal31232433310301631523123
Binary1100101011010100110110111000110111011001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4DB; }

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

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

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

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

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

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

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

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