Html Css Color HEX #C8D5DC Link Water

📋 copy color: '#C8D5DC'

red 200 ◦ green 213 ◦ blue 220

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

Shades of Link Water #C8D5DC

Tints of Link Water #C8D5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.65%

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

R = 31.6%
G = 33.65%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8D5DC (or 0xC8D5DC) is known color: Link Water. HEX triplet: C8, D5 and DC. RGB value is (200,213,220). Sum of RGB (Red+Green+Blue) = 200+213+220=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5DC is #372A23. Grayscale: #D1D1D1. Windows color (decimal): -3615268 or 14472648. OLE color: 14472648.

HSL color Cylindrical-coordinate representation of color #C8D5DC: hue angle of 201º 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 #C8D5DC is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 213 220 -
CMYK 0.09 0.03 0 0.14
HSL 201º 0.22% 0.82% -
HSV(B) 201º 0.09% 0.86% -
XYZ 60.53 65.04 77.07 -
YUV 209.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 200 213 220 0.09 0.03 0 0.14 201 0.22 0.82
Hex C8 D5 DC 9 3 0 E C9 16 52
Octal 310 325 334 11 3 0 16 311 26 122
Binary 11001000 11010101 11011100 1001 11 0 1110 11001001 10110 1010010

Color Harmonies of #C8D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5DC

Black with #C8D5DC

Text Example


Text Example

White with #C8D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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