Html Css Color HEX #C6D0DB Link Water

📋 copy color: '#C6D0DB'

red 198 ◦ green 208 ◦ blue 219

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

Shades of Link Water #C6D0DB

Tints of Link Water #C6D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.28%

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

R = 31.68%
G = 33.28%
B = 35.04%

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

#C6D0DB (or 0xC6D0DB) is known color: Link Water. HEX triplet: C6, D0 and DB. RGB value is (198,208,219). Sum of RGB (Red+Green+Blue) = 198+208+219=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D0DB is #392F24. Grayscale: #CECECE. Windows color (decimal): -3747621 or 14405830. OLE color: 14405830.

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

Color convert

RGB 198 208 219 -
CMYK 0.10 0.05 0 0.14
HSL 211.43º 0.23% 0.82% -
HSV(B) 211.43º 0.1% 0.86% -
XYZ 58.63 62.23 75.94 -
YUV 206.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 198 208 219 0.10 0.05 0 0.14 211.43 0.23 0.82
Hex C6 D0 DB A 5 0 E D3 17 52
Octal 306 320 333 12 5 0 16 323 27 122
Binary 11000110 11010000 11011011 1010 101 0 1110 11010011 10111 1010010

Color Harmonies of #C6D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0DB

Black with #C6D0DB

Text Example


Text Example

White with #C6D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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