Html Css Color HEX #CAD5DC Link Water

📋 copy color: '#CAD5DC'

red 202 ◦ green 213 ◦ blue 220

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

Shades of Link Water #CAD5DC

Tints of Link Water #CAD5DC

RGB

 RED value IS 202 (79.3% from 255) = 31.81%

 GREEN value IS 213 (83.59% from 255) = 33.54%

 BLUE value IS 220 (86.33% from 255) = 34.65%

R = 31.81%
G = 33.54%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAD5DC (or 0xCAD5DC) is known color: Link Water. HEX triplet: CA, D5 and DC. RGB value is (202,213,220). Sum of RGB (Red+Green+Blue) = 202+213+220=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5DC is #352A23. Grayscale: #D2D2D2. Windows color (decimal): -3484196 or 14472650. OLE color: 14472650.

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

Color convert

RGB 202 213 220 -
CMYK 0.08 0.03 0 0.14
HSL 203.33º 0.2% 0.83% -
HSV(B) 203.33º 0.08% 0.86% -
XYZ 61.07 65.31 77.1 -
YUV 210.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 202 213 220 0.08 0.03 0 0.14 203.33 0.2 0.83
Hex CA D5 DC 8 3 0 E CB 14 53
Octal 312 325 334 10 3 0 16 313 24 123
Binary 11001010 11010101 11011100 1000 11 0 1110 11001011 10100 1010011

Color Harmonies of #CAD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5DC

Black with #CAD5DC

Text Example


Text Example

White with #CAD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5DC; }

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

 H1.HeaderClassName
 {
   color: #CAD5DC;
 }
 .AnyTagClassName
 {
   color: #CAD5DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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