#CAD1DF

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

Shades of Link Water #CAD1DF

Tints of Link Water #CAD1DF

Color information

#CAD1DF (or 0xCAD1DF) is unknown color: approx Link Water. HEX triplet: CA, D1 and DF. RGB value is (202,209,223). Sum of RGB (Red+Green+Blue) = 202+209+223=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1DF is #352E20. Grayscale: #D0D0D0. Windows color (decimal): -3485217 or 14668234. OLE color: 14668234.

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

Color convert

RGB202209223-
CMYK0.090.0600.13
HSL220º24.71%83.33%-
HSV(B)220º9.42%87.45%-
XYZ60.4863.4978.88-
YUV208.5136.18123.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=31.86%
G=32.97%
B=35.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022092230.090.0600.1322024.7183.33
HexCAD1DF960Ddc1953
Octal31232133711601533431123
Binary11001010110100011101111110011100110111011100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1DF; }

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

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

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

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

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

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

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

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