Html Css Color HEX #C6CBD5 Link Water

📋 copy color: '#C6CBD5'

red 198 ◦ green 203 ◦ blue 213

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

Shades of Link Water #C6CBD5

Tints of Link Water #C6CBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 32.25%
G = 33.06%
B = 34.69%

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

#C6CBD5 (or 0xC6CBD5) is known color: Link Water. HEX triplet: C6, CB and D5. RGB value is (198,203,213). Sum of RGB (Red+Green+Blue) = 198+203+213=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6CBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBD5 is #39342A. Grayscale: #CACACA. Windows color (decimal): -3748907 or 14011334. OLE color: 14011334.

HSL color Cylindrical-coordinate representation of color #C6CBD5: hue angle of 220º degrees, saturation: 0.15, 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 #C6CBD5 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 203 213 -
CMYK 0.07 0.05 0 0.16
HSL 220º 0.15% 0.81% -
HSV(B) 220º 0.07% 0.84% -
XYZ 56.65 59.52 71.45 -
YUV 202.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 198 203 213 0.07 0.05 0 0.16 220 0.15 0.81
Hex C6 CB D5 7 5 0 10 DC F 51
Octal 306 313 325 7 5 0 20 334 17 121
Binary 11000110 11001011 11010101 111 101 0 10000 11011100 1111 1010001

Color Harmonies of #C6CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBD5

Black with #C6CBD5

Text Example


Text Example

White with #C6CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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