Html Css Color HEX #C9D6DF Link Water

📋 copy color: '#C9D6DF'

red 201 ◦ green 214 ◦ blue 223

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

Shades of Link Water #C9D6DF

Tints of Link Water #C9D6DF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.54%

 BLUE value IS 223 (87.5% from 255) = 34.95%

R = 31.5%
G = 33.54%
B = 34.95%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9D6DF (or 0xC9D6DF) is known color: Link Water. HEX triplet: C9, D6 and DF. RGB value is (201,214,223). Sum of RGB (Red+Green+Blue) = 201+214+223=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6DF is #362920. Grayscale: #D3D3D3. Windows color (decimal): -3549473 or 14669513. OLE color: 14669513.

HSL color Cylindrical-coordinate representation of color #C9D6DF: hue angle of 204.55º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D6DF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 214 223 -
CMYK 0.10 0.04 0 0.13
HSL 204.55º 0.26% 0.83% -
HSV(B) 204.55º 0.1% 0.87% -
XYZ 61.45 65.84 79.28 -
YUV 211.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 201 214 223 0.10 0.04 0 0.13 204.55 0.26 0.83
Hex C9 D6 DF A 4 0 D CD 1A 53
Octal 311 326 337 12 4 0 15 315 32 123
Binary 11001001 11010110 11011111 1010 100 0 1101 11001101 11010 1010011

Color Harmonies of #C9D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D6DF

Black with #C9D6DF

Text Example


Text Example

White with #C9D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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