Html Css Color HEX #C1CBD7 Link Water

📋 copy color: '#C1CBD7'

red 193 ◦ green 203 ◦ blue 215

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

Shades of Link Water #C1CBD7

Tints of Link Water #C1CBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.19%

R = 31.59%
G = 33.22%
B = 35.19%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C1CBD7 (or 0xC1CBD7) is known color: Link Water. HEX triplet: C1, CB and D7. RGB value is (193,203,215). Sum of RGB (Red+Green+Blue) = 193+203+215=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1CBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBD7 is #3E3428. Grayscale: #C9C9C9. Windows color (decimal): -4076585 or 14142401. OLE color: 14142401.

HSL color Cylindrical-coordinate representation of color #C1CBD7: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CBD7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 203 215 -
CMYK 0.10 0.06 0 0.16
HSL 212.73º 0.22% 0.8% -
HSV(B) 212.73º 0.1% 0.84% -
XYZ 55.61 58.96 72.74 -
YUV 201.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 193 203 215 0.10 0.06 0 0.16 212.73 0.22 0.8
Hex C1 CB D7 A 6 0 10 D5 16 50
Octal 301 313 327 12 6 0 20 325 26 120
Binary 11000001 11001011 11010111 1010 110 0 10000 11010101 10110 1010000

Color Harmonies of #C1CBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBD7

Black with #C1CBD7

Text Example


Text Example

White with #C1CBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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