Html Css Color HEX #C6D4DC Link Water

📋 copy color: '#C6D4DC'

red 198 ◦ green 212 ◦ blue 220

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

Shades of Link Water #C6D4DC

Tints of Link Water #C6D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.65%

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

R = 31.43%
G = 33.65%
B = 34.92%

CMYK

 C value IS 0.1

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6D4DC (or 0xC6D4DC) is known color: Link Water. HEX triplet: C6, D4 and DC. RGB value is (198,212,220). Sum of RGB (Red+Green+Blue) = 198+212+220=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D4DC is #392B23. Grayscale: #D0D0D0. Windows color (decimal): -3746596 or 14472390. OLE color: 14472390.

HSL color Cylindrical-coordinate representation of color #C6D4DC: hue angle of 201.82º degrees, saturation: 0.24, 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 #C6D4DC is Cyan = 0.1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 212 220 -
CMYK 0.1 0.04 0 0.14
HSL 201.82º 0.24% 0.82% -
HSV(B) 201.82º 0.1% 0.86% -
XYZ 59.75 64.26 76.96 -
YUV 208.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 198 212 220 0.1 0.04 0 0.14 201.82 0.24 0.82
Hex C6 D4 DC A 4 0 E CA 18 52
Octal 306 324 334 12 4 0 16 312 30 122
Binary 11000110 11010100 11011100 1010 100 0 1110 11001010 11000 1010010

Color Harmonies of #C6D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D4DC

Black with #C6D4DC

Text Example


Text Example

White with #C6D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D4DC; }

 p { color: rgb(198,212,220); }

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

background-color css

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

 a { background-color: rgb(198,212,220); }

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

border-color css

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

 span { border-color: rgb(198,212,220); }

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