Html Css Color HEX #C9CFDC Link Water

📋 copy color: '#C9CFDC'

red 201 ◦ green 207 ◦ blue 220

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

Shades of Link Water #C9CFDC

Tints of Link Water #C9CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 32.01%
G = 32.96%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9CFDC (or 0xC9CFDC) is known color: Link Water. HEX triplet: C9, CF and DC. RGB value is (201,207,220). Sum of RGB (Red+Green+Blue) = 201+207+220=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFDC is #363023. Grayscale: #CECECE. Windows color (decimal): -3551268 or 14471113. OLE color: 14471113.

HSL color Cylindrical-coordinate representation of color #C9CFDC: hue angle of 221.05º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CFDC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 207 220 -
CMYK 0.09 0.06 0 0.14
HSL 221.05º 0.21% 0.83% -
HSV(B) 221.05º 0.09% 0.86% -
XYZ 59.32 62.21 76.59 -
YUV 206.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 201 207 220 0.09 0.06 0 0.14 221.05 0.21 0.83
Hex C9 CF DC 9 6 0 E DD 15 53
Octal 311 317 334 11 6 0 16 335 25 123
Binary 11001001 11001111 11011100 1001 110 0 1110 11011101 10101 1010011

Color Harmonies of #C9CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFDC

Black with #C9CFDC

Text Example


Text Example

White with #C9CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFDC; }

 p { color: rgb(201,207,220); }

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

background-color css

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

 a { background-color: rgb(201,207,220); }

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

border-color css

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

 span { border-color: rgb(201,207,220); }

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