Html Css Color HEX #C9CAD5 Link Water

📋 copy color: '#C9CAD5'

red 201 ◦ green 202 ◦ blue 213

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

Shades of Link Water #C9CAD5

Tints of Link Water #C9CAD5

RGB

 RED value IS 201 (78.91% from 255) = 32.63%

 GREEN value IS 202 (79.3% from 255) = 32.79%

 BLUE value IS 213 (83.59% from 255) = 34.58%

R = 32.63%
G = 32.79%
B = 34.58%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9CAD5 (or 0xC9CAD5) is known color: Link Water. HEX triplet: C9, CA and D5. RGB value is (201,202,213). Sum of RGB (Red+Green+Blue) = 201+202+213=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAD5 is #36352A. Grayscale: #CACACA. Windows color (decimal): -3552555 or 14011081. OLE color: 14011081.

HSL color Cylindrical-coordinate representation of color #C9CAD5: hue angle of 235º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9CAD5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 202 213 -
CMYK 0.06 0.05 0 0.16
HSL 235º 0.13% 0.81% -
HSV(B) 235º 0.06% 0.84% -
XYZ 57.22 59.46 71.41 -
YUV 202.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 201 202 213 0.06 0.05 0 0.16 235 0.13 0.81
Hex C9 CA D5 6 5 0 10 EB C 51
Octal 311 312 325 6 5 0 20 353 14 121
Binary 11001001 11001010 11010101 110 101 0 10000 11101011 1100 1010001

Color Harmonies of #C9CAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAD5

Black with #C9CAD5

Text Example


Text Example

White with #C9CAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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