Html Css Color HEX #C6CBD6 Link Water

📋 copy color: '#C6CBD6'

red 198 ◦ green 203 ◦ blue 214

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

Shades of Link Water #C6CBD6

Tints of Link Water #C6CBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.01%

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 32.2%
G = 33.01%
B = 34.8%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6CBD6 (or 0xC6CBD6) is known color: Link Water. HEX triplet: C6, CB and D6. RGB value is (198,203,214). Sum of RGB (Red+Green+Blue) = 198+203+214=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBD6 is #393429. Grayscale: #CACACA. Windows color (decimal): -3748906 or 14076870. OLE color: 14076870.

HSL color Cylindrical-coordinate representation of color #C6CBD6: hue angle of 221.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CBD6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 203 214 -
CMYK 0.07 0.05 0 0.16
HSL 221.25º 0.16% 0.81% -
HSV(B) 221.25º 0.07% 0.84% -
XYZ 56.78 59.57 72.12 -
YUV 202.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 198 203 214 0.07 0.05 0 0.16 221.25 0.16 0.81
Hex C6 CB D6 7 5 0 10 DD 10 51
Octal 306 313 326 7 5 0 20 335 20 121
Binary 11000110 11001011 11010110 111 101 0 10000 11011101 10000 1010001

Color Harmonies of #C6CBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBD6

Black with #C6CBD6

Text Example


Text Example

White with #C6CBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBD6; }

 p { color: rgb(198,203,214); }

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

background-color css

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

 a { background-color: rgb(198,203,214); }

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

border-color css

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

 span { border-color: rgb(198,203,214); }

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