Html Css Color HEX #C6CCDA Link Water

📋 copy color: '#C6CCDA'

red 198 ◦ green 204 ◦ blue 218

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

Shades of Link Water #C6CCDA

Tints of Link Water #C6CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 31.94%
G = 32.9%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6CCDA (or 0xC6CCDA) is known color: Link Water. HEX triplet: C6, CC and DA. RGB value is (198,204,218). Sum of RGB (Red+Green+Blue) = 198+204+218=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCDA is #393325. Grayscale: #CBCBCB. Windows color (decimal): -3748646 or 14339270. OLE color: 14339270.

HSL color Cylindrical-coordinate representation of color #C6CCDA: hue angle of 222º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CCDA is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 204 218 -
CMYK 0.09 0.06 0 0.15
HSL 222º 0.21% 0.82% -
HSV(B) 222º 0.09% 0.85% -
XYZ 57.54 60.25 74.93 -
YUV 203.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 198 204 218 0.09 0.06 0 0.15 222 0.21 0.82
Hex C6 CC DA 9 6 0 F DE 15 52
Octal 306 314 332 11 6 0 17 336 25 122
Binary 11000110 11001100 11011010 1001 110 0 1111 11011110 10101 1010010

Color Harmonies of #C6CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCDA

Black with #C6CCDA

Text Example


Text Example

White with #C6CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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