Html Css Color HEX #C9CDD8 Link Water

📋 copy color: '#C9CDD8'

red 201 ◦ green 205 ◦ blue 216

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

Shades of Link Water #C9CDD8

Tints of Link Water #C9CDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 32.32%
G = 32.96%
B = 34.73%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9CDD8 (or 0xC9CDD8) is known color: Link Water. HEX triplet: C9, CD and D8. RGB value is (201,205,216). Sum of RGB (Red+Green+Blue) = 201+205+216=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDD8 is #363227. Grayscale: #CDCDCD. Windows color (decimal): -3551784 or 14208457. OLE color: 14208457.

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

Color convert

RGB 201 205 216 -
CMYK 0.07 0.05 0 0.15
HSL 224º 0.16% 0.82% -
HSV(B) 224º 0.07% 0.85% -
XYZ 58.31 61.04 73.67 -
YUV 205.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 201 205 216 0.07 0.05 0 0.15 224 0.16 0.82
Hex C9 CD D8 7 5 0 F E0 10 52
Octal 311 315 330 7 5 0 17 340 20 122
Binary 11001001 11001101 11011000 111 101 0 1111 11100000 10000 1010010

Color Harmonies of #C9CDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDD8

Black with #C9CDD8

Text Example


Text Example

White with #C9CDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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