Html Css Color HEX #C1CCDC Link Water

📋 copy color: '#C1CCDC'

red 193 ◦ green 204 ◦ blue 220

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

Shades of Link Water #C1CCDC

Tints of Link Water #C1CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 31.28%
G = 33.06%
B = 35.66%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1CCDC (or 0xC1CCDC) is known color: Link Water. HEX triplet: C1, CC and DC. RGB value is (193,204,220). Sum of RGB (Red+Green+Blue) = 193+204+220=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCDC is #3E3323. Grayscale: #CACACA. Windows color (decimal): -4076324 or 14470337. OLE color: 14470337.

HSL color Cylindrical-coordinate representation of color #C1CCDC: hue angle of 215.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CCDC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 204 220 -
CMYK 0.12 0.07 0 0.14
HSL 215.56º 0.28% 0.81% -
HSV(B) 215.56º 0.12% 0.86% -
XYZ 56.5 59.69 76.25 -
YUV 202.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 193 204 220 0.12 0.07 0 0.14 215.56 0.28 0.81
Hex C1 CC DC C 7 0 E D8 1C 51
Octal 301 314 334 14 7 0 16 330 34 121
Binary 11000001 11001100 11011100 1100 111 0 1110 11011000 11100 1010001

Color Harmonies of #C1CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCDC

Black with #C1CCDC

Text Example


Text Example

White with #C1CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCDC; }

 p { color: rgb(193,204,220); }

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

background-color css

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

 a { background-color: rgb(193,204,220); }

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

border-color css

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

 span { border-color: rgb(193,204,220); }

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