Html Css Color HEX #C1CBDD Link Water

📋 copy color: '#C1CBDD'

red 193 ◦ green 203 ◦ blue 221

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

Shades of Link Water #C1CBDD

Tints of Link Water #C1CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 31.28%
G = 32.9%
B = 35.82%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1CBDD (or 0xC1CBDD) is known color: Link Water. HEX triplet: C1, CB and DD. RGB value is (193,203,221). Sum of RGB (Red+Green+Blue) = 193+203+221=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBDD is #3E3422. Grayscale: #C9C9C9. Windows color (decimal): -4076579 or 14535617. OLE color: 14535617.

HSL color Cylindrical-coordinate representation of color #C1CBDD: hue angle of 218.57º degrees, saturation: 0.29, 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 #C1CBDD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 203 221 -
CMYK 0.13 0.08 0 0.13
HSL 218.57º 0.29% 0.81% -
HSV(B) 218.57º 0.13% 0.87% -
XYZ 56.4 59.27 76.87 -
YUV 202.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 193 203 221 0.13 0.08 0 0.13 218.57 0.29 0.81
Hex C1 CB DD D 8 0 D DB 1D 51
Octal 301 313 335 15 10 0 15 333 35 121
Binary 11000001 11001011 11011101 1101 1000 0 1101 11011011 11101 1010001

Color Harmonies of #C1CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBDD

Black with #C1CBDD

Text Example


Text Example

White with #C1CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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