Html Css Color HEX #C1CBDB Link Water

📋 copy color: '#C1CBDB'

red 193 ◦ green 203 ◦ blue 219

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

Shades of Link Water #C1CBDB

Tints of Link Water #C1CBDB

RGB

 RED value IS 193 (75.78% from 255) = 31.38%

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

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

R = 31.38%
G = 33.01%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1CBDB (or 0xC1CBDB) is known color: Link Water. HEX triplet: C1, CB and DB. RGB value is (193,203,219). Sum of RGB (Red+Green+Blue) = 193+203+219=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDB is #3E3424. Grayscale: #C9C9C9. Windows color (decimal): -4076581 or 14404545. OLE color: 14404545.

HSL color Cylindrical-coordinate representation of color #C1CBDB: hue angle of 216.92º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CBDB is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 203 219 -
CMYK 0.12 0.07 0 0.14
HSL 216.92º 0.27% 0.81% -
HSV(B) 216.92º 0.12% 0.86% -
XYZ 56.13 59.16 75.48 -
YUV 201.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 193 203 219 0.12 0.07 0 0.14 216.92 0.27 0.81
Hex C1 CB DB C 7 0 E D9 1B 51
Octal 301 313 333 14 7 0 16 331 33 121
Binary 11000001 11001011 11011011 1100 111 0 1110 11011001 11011 1010001

Color Harmonies of #C1CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBDB

Black with #C1CBDB

Text Example


Text Example

White with #C1CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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