Html Css Color HEX #C1CBDA Link Water

📋 copy color: '#C1CBDA'

red 193 ◦ green 203 ◦ blue 218

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

Shades of Link Water #C1CBDA

Tints of Link Water #C1CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 31.43%
G = 33.06%
B = 35.5%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1CBDA (or 0xC1CBDA) is known color: Link Water. HEX triplet: C1, CB and DA. RGB value is (193,203,218). Sum of RGB (Red+Green+Blue) = 193+203+218=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDA is #3E3425. Grayscale: #C9C9C9. Windows color (decimal): -4076582 or 14339009. OLE color: 14339009.

HSL color Cylindrical-coordinate representation of color #C1CBDA: hue angle of 216º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CBDA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 203 218 -
CMYK 0.11 0.07 0 0.15
HSL 216º 0.25% 0.81% -
HSV(B) 216º 0.11% 0.85% -
XYZ 56 59.11 74.79 -
YUV 201.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 193 203 218 0.11 0.07 0 0.15 216 0.25 0.81
Hex C1 CB DA B 7 0 F D8 19 51
Octal 301 313 332 13 7 0 17 330 31 121
Binary 11000001 11001011 11011010 1011 111 0 1111 11011000 11001 1010001

Color Harmonies of #C1CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBDA

Black with #C1CBDA

Text Example


Text Example

White with #C1CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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