Html Css Color HEX #C1CBDE Link Water

📋 copy color: '#C1CBDE'

red 193 ◦ green 203 ◦ blue 222

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

Shades of Link Water #C1CBDE

Tints of Link Water #C1CBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.92%

R = 31.23%
G = 32.85%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1CBDE (or 0xC1CBDE) is known color: Link Water. HEX triplet: C1, CB and DE. RGB value is (193,203,222). Sum of RGB (Red+Green+Blue) = 193+203+222=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDE is #3E3421. Grayscale: #CACACA. Windows color (decimal): -4076578 or 14601153. OLE color: 14601153.

HSL color Cylindrical-coordinate representation of color #C1CBDE: hue angle of 219.31º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CBDE is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 203 222 -
CMYK 0.13 0.09 0 0.13
HSL 219.31º 0.31% 0.81% -
HSV(B) 219.31º 0.13% 0.87% -
XYZ 56.53 59.32 77.58 -
YUV 202.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 193 203 222 0.13 0.09 0 0.13 219.31 0.31 0.81
Hex C1 CB DE D 9 0 D DB 1F 51
Octal 301 313 336 15 11 0 15 333 37 121
Binary 11000001 11001011 11011110 1101 1001 0 1101 11011011 11111 1010001

Color Harmonies of #C1CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBDE

Black with #C1CBDE

Text Example


Text Example

White with #C1CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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