Html Css Color HEX #C6CBDB Link Water

📋 copy color: '#C6CBDB'

red 198 ◦ green 203 ◦ blue 219

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

Shades of Link Water #C6CBDB

Tints of Link Water #C6CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.32%

R = 31.94%
G = 32.74%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6CBDB (or 0xC6CBDB) is known color: Link Water. HEX triplet: C6, CB and DB. RGB value is (198,203,219). Sum of RGB (Red+Green+Blue) = 198+203+219=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBDB is #393424. Grayscale: #CBCBCB. Windows color (decimal): -3748901 or 14404550. OLE color: 14404550.

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

Color convert

RGB 198 203 219 -
CMYK 0.10 0.07 0 0.14
HSL 225.71º 0.23% 0.82% -
HSV(B) 225.71º 0.1% 0.86% -
XYZ 57.43 59.83 75.54 -
YUV 203.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 198 203 219 0.10 0.07 0 0.14 225.71 0.23 0.82
Hex C6 CB DB A 7 0 E E2 17 52
Octal 306 313 333 12 7 0 16 342 27 122
Binary 11000110 11001011 11011011 1010 111 0 1110 11100010 10111 1010010

Color Harmonies of #C6CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBDB

Black with #C6CBDB

Text Example


Text Example

White with #C6CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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