Html Css Color HEX #C6D1DB Link Water

📋 copy color: '#C6D1DB'

red 198 ◦ green 209 ◦ blue 219

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

Shades of Link Water #C6D1DB

Tints of Link Water #C6D1DB

RGB

 RED value IS 198 (77.73% from 255) = 31.63%

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

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

R = 31.63%
G = 33.39%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6D1DB (or 0xC6D1DB) is known color: Link Water. HEX triplet: C6, D1 and DB. RGB value is (198,209,219). Sum of RGB (Red+Green+Blue) = 198+209+219=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1DB is #392E24. Grayscale: #CECECE. Windows color (decimal): -3747365 or 14406086. OLE color: 14406086.

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

Color convert

RGB 198 209 219 -
CMYK 0.10 0.05 0 0.14
HSL 208.57º 0.23% 0.82% -
HSV(B) 208.57º 0.1% 0.86% -
XYZ 58.88 62.72 76.02 -
YUV 206.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 198 209 219 0.10 0.05 0 0.14 208.57 0.23 0.82
Hex C6 D1 DB A 5 0 E D1 17 52
Octal 306 321 333 12 5 0 16 321 27 122
Binary 11000110 11010001 11011011 1010 101 0 1110 11010001 10111 1010010

Color Harmonies of #C6D1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1DB

Black with #C6D1DB

Text Example


Text Example

White with #C6D1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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