Html Css Color HEX #C8D1DB Link Water

📋 copy color: '#C8D1DB'

red 200 ◦ green 209 ◦ blue 219

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

Shades of Link Water #C8D1DB

Tints of Link Water #C8D1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 31.85%
G = 33.28%
B = 34.87%

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

#C8D1DB (or 0xC8D1DB) is known color: Link Water. HEX triplet: C8, D1 and DB. RGB value is (200,209,219). Sum of RGB (Red+Green+Blue) = 200+209+219=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1DB is #372E24. Grayscale: #CFCFCF. Windows color (decimal): -3616293 or 14406088. OLE color: 14406088.

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

Color convert

RGB 200 209 219 -
CMYK 0.09 0.05 0 0.14
HSL 211.58º 0.21% 0.82% -
HSV(B) 211.58º 0.09% 0.86% -
XYZ 59.41 62.99 76.05 -
YUV 207.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 200 209 219 0.09 0.05 0 0.14 211.58 0.21 0.82
Hex C8 D1 DB 9 5 0 E D4 15 52
Octal 310 321 333 11 5 0 16 324 25 122
Binary 11001000 11010001 11011011 1001 101 0 1110 11010100 10101 1010010

Color Harmonies of #C8D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D1DB

Black with #C8D1DB

Text Example


Text Example

White with #C8D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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