Html Css Color HEX #C9CDD7 Link Water

📋 copy color: '#C9CDD7'

red 201 ◦ green 205 ◦ blue 215

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

Shades of Link Water #C9CDD7

Tints of Link Water #C9CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 32.37%
G = 33.01%
B = 34.62%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C9CDD7 (or 0xC9CDD7) is known color: Link Water. HEX triplet: C9, CD and D7. RGB value is (201,205,215). Sum of RGB (Red+Green+Blue) = 201+205+215=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: blue. Hex color #C9CDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDD7 is #363228. Grayscale: #CCCCCC. Windows color (decimal): -3551785 or 14142921. OLE color: 14142921.

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

Color convert

RGB 201 205 215 -
CMYK 0.07 0.05 0 0.16
HSL 222.86º 0.15% 0.82% -
HSV(B) 222.86º 0.07% 0.84% -
XYZ 58.18 60.99 72.99 -
YUV 204.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 201 205 215 0.07 0.05 0 0.16 222.86 0.15 0.82
Hex C9 CD D7 7 5 0 10 DF F 52
Octal 311 315 327 7 5 0 20 337 17 122
Binary 11001001 11001101 11010111 111 101 0 10000 11011111 1111 1010010

Color Harmonies of #C9CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDD7

Black with #C9CDD7

Text Example


Text Example

White with #C9CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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