Html Css Color HEX #CAD1D5 Link Water

📋 copy color: '#CAD1D5'

red 202 ◦ green 209 ◦ blue 213

#CAD1D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CAD1D5

Tints of Link Water #CAD1D5

RGB

 RED value IS 202 (79.3% 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 value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CAD1D5 (or 0xCAD1D5) is known color: 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

RGB 202 209 213 -
CMYK 0.05 0.02 0 0.16
HSL 201.82º 0.12% 0.81% -
HSV(B) 201.82º 0.05% 0.84% -
XYZ 59.17 62.96 71.99 -
YUV 207.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 202 209 213 0.05 0.02 0 0.16 201.82 0.12 0.81
Hex CA D1 D5 5 2 0 10 CA C 51
Octal 312 321 325 5 2 0 20 312 14 121
Binary 11001010 11010001 11010101 101 10 0 10000 11001010 1100 1010001

Color Harmonies of #CAD1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD1D5

Black with #CAD1D5

Text Example


Text Example

White with #CAD1D5

Text Example


Text Example

HTML Codes & Css Web 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>