Html Css Color HEX #C9CBD5 Link Water

📋 copy color: '#C9CBD5'

red 201 ◦ green 203 ◦ blue 213

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

Shades of Link Water #C9CBD5

Tints of Link Water #C9CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.9%

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

R = 32.58%
G = 32.9%
B = 34.52%

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

#C9CBD5 (or 0xC9CBD5) is known color: Link Water. HEX triplet: C9, CB and D5. RGB value is (201,203,213). Sum of RGB (Red+Green+Blue) = 201+203+213=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: blue. Hex color #C9CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBD5 is #36342A. Grayscale: #CBCBCB. Windows color (decimal): -3552299 or 14011337. OLE color: 14011337.

HSL color Cylindrical-coordinate representation of color #C9CBD5: hue angle of 230º 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 #C9CBD5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 203 213 -
CMYK 0.06 0.05 0 0.16
HSL 230º 0.13% 0.81% -
HSV(B) 230º 0.06% 0.84% -
XYZ 57.45 59.93 71.49 -
YUV 203.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 201 203 213 0.06 0.05 0 0.16 230 0.13 0.81
Hex C9 CB D5 6 5 0 10 E6 C 51
Octal 311 313 325 6 5 0 20 346 14 121
Binary 11001001 11001011 11010101 110 101 0 10000 11100110 1100 1010001

Color Harmonies of #C9CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBD5

Black with #C9CBD5

Text Example


Text Example

White with #C9CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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