Html Css Color HEX #C8D1DC Link Water

📋 copy color: '#C8D1DC'

red 200 ◦ green 209 ◦ blue 220

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

Shades of Link Water #C8D1DC

Tints of Link Water #C8D1DC

RGB

 RED value IS 200 (78.52% from 255) = 31.8%

 GREEN value IS 209 (82.03% from 255) = 33.23%

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

R = 31.8%
G = 33.23%
B = 34.98%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8D1DC (or 0xC8D1DC) is known color: Link Water. HEX triplet: C8, D1 and DC. RGB value is (200,209,220). Sum of RGB (Red+Green+Blue) = 200+209+220=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1DC is #372E23. Grayscale: #CFCFCF. Windows color (decimal): -3616292 or 14471624. OLE color: 14471624.

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

Color convert

RGB 200 209 220 -
CMYK 0.09 0.05 0 0.14
HSL 213º 0.22% 0.82% -
HSV(B) 213º 0.09% 0.86% -
XYZ 59.54 63.05 76.74 -
YUV 207.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 200 209 220 0.09 0.05 0 0.14 213 0.22 0.82
Hex C8 D1 DC 9 5 0 E D5 16 52
Octal 310 321 334 11 5 0 16 325 26 122
Binary 11001000 11010001 11011100 1001 101 0 1110 11010101 10110 1010010

Color Harmonies of #C8D1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D1DC

Black with #C8D1DC

Text Example


Text Example

White with #C8D1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D1DC; }

 p { color: rgb(200,209,220); }

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

background-color css

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

 a { background-color: rgb(200,209,220); }

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

border-color css

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

 span { border-color: rgb(200,209,220); }

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