Html Css Color HEX #C6CCDC Link Water

📋 copy color: '#C6CCDC'

red 198 ◦ green 204 ◦ blue 220

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

Shades of Link Water #C6CCDC

Tints of Link Water #C6CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.8%

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

R = 31.83%
G = 32.8%
B = 35.37%

CMYK

 C value IS 0.1

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6CCDC (or 0xC6CCDC) is known color: Link Water. HEX triplet: C6, CC and DC. RGB value is (198,204,220). Sum of RGB (Red+Green+Blue) = 198+204+220=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCDC is #393323. Grayscale: #CBCBCB. Windows color (decimal): -3748644 or 14470342. OLE color: 14470342.

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

Color convert

RGB 198 204 220 -
CMYK 0.1 0.07 0 0.14
HSL 223.64º 0.24% 0.82% -
HSV(B) 223.64º 0.1% 0.86% -
XYZ 57.8 60.36 76.31 -
YUV 204.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 198 204 220 0.1 0.07 0 0.14 223.64 0.24 0.82
Hex C6 CC DC A 7 0 E E0 18 52
Octal 306 314 334 12 7 0 16 340 30 122
Binary 11000110 11001100 11011100 1010 111 0 1110 11100000 11000 1010010

Color Harmonies of #C6CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCDC

Black with #C6CCDC

Text Example


Text Example

White with #C6CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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