Html Css Color HEX #C9CDD6 Link Water

📋 copy color: '#C9CDD6'

red 201 ◦ green 205 ◦ blue 214

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

Shades of Link Water #C9CDD6

Tints of Link Water #C9CDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

 BLUE value IS 214 (83.98% from 255) = 34.52%

R = 32.42%
G = 33.06%
B = 34.52%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9CDD6 (or 0xC9CDD6) is known color: Link Water. HEX triplet: C9, CD and D6. RGB value is (201,205,214). Sum of RGB (Red+Green+Blue) = 201+205+214=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #C9CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDD6 is #363229. Grayscale: #CCCCCC. Windows color (decimal): -3551786 or 14077385. OLE color: 14077385.

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

Color convert

RGB 201 205 214 -
CMYK 0.06 0.04 0 0.16
HSL 221.54º 0.14% 0.81% -
HSV(B) 221.54º 0.06% 0.84% -
XYZ 58.06 60.94 72.32 -
YUV 204.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 201 205 214 0.06 0.04 0 0.16 221.54 0.14 0.81
Hex C9 CD D6 6 4 0 10 DE E 51
Octal 311 315 326 6 4 0 20 336 16 121
Binary 11001001 11001101 11010110 110 100 0 10000 11011110 1110 1010001

Color Harmonies of #C9CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDD6

Black with #C9CDD6

Text Example


Text Example

White with #C9CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDD6; }

 p { color: rgb(201,205,214); }

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

background-color css

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

 a { background-color: rgb(201,205,214); }

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

border-color css

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

 span { border-color: rgb(201,205,214); }

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