#C1CDDC

Color #C1CDDC Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C1CDDC

Tints of Link Water #C1CDDC

Color information

#C1CDDC (or 0xC1CDDC) is unknown color: approx Link Water. HEX triplet: C1, CD and DC. RGB value is (193,205,220). Sum of RGB (Red+Green+Blue) = 193+205+220=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDDC is #3E3223. Grayscale: #CBCBCB. Windows color (decimal): -4076068 or 14470593. OLE color: 14470593.

HSL color Cylindrical-coordinate representation of color #C1CDDC: hue angle of 213.33º 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 #C1CDDC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193205220-
CMYK0.120.0700.14
HSL213.33º27.84%80.98%-
HSV(B)213.33º12.27%86.27%-
XYZ56.7460.1776.33-
YUV203.12137.52120.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=31.23%
G=33.17%
B=35.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932052200.120.0700.14213.3327.8480.98
HexC1CDDCC70Ed51c51
Octal30131533414701632534121
Binary11000001110011011101110011001110111011010101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDDC; }

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

 H1.HeaderClassName
 {
   color: #C1CDDC;
 }
 .AnyTagClassName
 {
   color: #C1CDDC;
 }
</style>
background-color css

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

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

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

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

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

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