Html Css Color HEX #C6D3DA Link Water

📋 copy color: '#C6D3DA'

red 198 ◦ green 211 ◦ blue 218

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

Shades of Link Water #C6D3DA

Tints of Link Water #C6D3DA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.65%

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

R = 31.58%
G = 33.65%
B = 34.77%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C6D3DA (or 0xC6D3DA) is known color: Link Water. HEX triplet: C6, D3 and DA. RGB value is (198,211,218). Sum of RGB (Red+Green+Blue) = 198+211+218=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6D3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D3DA is #392C25. Grayscale: #CFCFCF. Windows color (decimal): -3746854 or 14341062. OLE color: 14341062.

HSL color Cylindrical-coordinate representation of color #C6D3DA: hue angle of 201º 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 #C6D3DA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 211 218 -
CMYK 0.09 0.03 0 0.15
HSL 201º 0.21% 0.82% -
HSV(B) 201º 0.09% 0.85% -
XYZ 59.24 63.66 75.49 -
YUV 207.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 198 211 218 0.09 0.03 0 0.15 201 0.21 0.82
Hex C6 D3 DA 9 3 0 F C9 15 52
Octal 306 323 332 11 3 0 17 311 25 122
Binary 11000110 11010011 11011010 1001 11 0 1111 11001001 10101 1010010

Color Harmonies of #C6D3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D3DA

Black with #C6D3DA

Text Example


Text Example

White with #C6D3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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