Html Css Color HEX #C1CADD Link Water

📋 copy color: '#C1CADD'

red 193 ◦ green 202 ◦ blue 221

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

Shades of Link Water #C1CADD

Tints of Link Water #C1CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.79%

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

R = 31.33%
G = 32.79%
B = 35.88%

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

#C1CADD (or 0xC1CADD) is known color: Link Water. HEX triplet: C1, CA and DD. RGB value is (193,202,221). Sum of RGB (Red+Green+Blue) = 193+202+221=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CADD is #3E3522. Grayscale: #C9C9C9. Windows color (decimal): -4076835 or 14535361. OLE color: 14535361.

HSL color Cylindrical-coordinate representation of color #C1CADD: hue angle of 220.71º 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 #C1CADD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 202 221 -
CMYK 0.13 0.09 0 0.13
HSL 220.71º 0.29% 0.81% -
HSV(B) 220.71º 0.13% 0.87% -
XYZ 56.16 58.8 76.8 -
YUV 201.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 193 202 221 0.13 0.09 0 0.13 220.71 0.29 0.81
Hex C1 CA DD D 9 0 D DD 1D 51
Octal 301 312 335 15 11 0 15 335 35 121
Binary 11000001 11001010 11011101 1101 1001 0 1101 11011101 11101 1010001

Color Harmonies of #C1CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CADD

Black with #C1CADD

Text Example


Text Example

White with #C1CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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