Html Css Color HEX #C1CDD8 Link Water

📋 copy color: '#C1CDD8'

red 193 ◦ green 205 ◦ blue 216

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

Shades of Link Water #C1CDD8

Tints of Link Water #C1CDD8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.39%

 BLUE value IS 216 (84.77% from 255) = 35.18%

R = 31.43%
G = 33.39%
B = 35.18%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1CDD8 (or 0xC1CDD8) is known color: Link Water. HEX triplet: C1, CD and D8. RGB value is (193,205,216). Sum of RGB (Red+Green+Blue) = 193+205+216=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1CDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDD8 is #3E3227. Grayscale: #CACACA. Windows color (decimal): -4076072 or 14208449. OLE color: 14208449.

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

Color convert

RGB 193 205 216 -
CMYK 0.11 0.05 0 0.15
HSL 208.7º 0.23% 0.8% -
HSV(B) 208.7º 0.11% 0.85% -
XYZ 56.22 59.96 73.58 -
YUV 202.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 193 205 216 0.11 0.05 0 0.15 208.7 0.23 0.8
Hex C1 CD D8 B 5 0 F D1 17 50
Octal 301 315 330 13 5 0 17 321 27 120
Binary 11000001 11001101 11011000 1011 101 0 1111 11010001 10111 1010000

Color Harmonies of #C1CDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDD8

Black with #C1CDD8

Text Example


Text Example

White with #C1CDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDD8; }

 p { color: rgb(193,205,216); }

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

background-color css

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

 a { background-color: rgb(193,205,216); }

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

border-color css

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

 span { border-color: rgb(193,205,216); }

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