#C1CFDE

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

Shades of Link Water #C1CFDE

Tints of Link Water #C1CFDE

Color information

#C1CFDE (or 0xC1CFDE) is unknown color: approx Link Water. HEX triplet: C1, CF and DE. RGB value is (193,207,222). Sum of RGB (Red+Green+Blue) = 193+207+222=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFDE is #3E3021. Grayscale: #CCCCCC. Windows color (decimal): -4075554 or 14602177. OLE color: 14602177.

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

Color convert

RGB193207222-
CMYK0.130.0700.13
HSL211.03º30.53%81.37%-
HSV(B)211.03º13.06%87.06%-
XYZ57.4961.2477.9-
YUV204.52137.86119.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=31.03%
G=33.28%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932072220.130.0700.13211.0330.5381.37
HexC1CFDED70Dd31f51
Octal30131733615701532337121
Binary11000001110011111101111011011110110111010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CFDE; }

 p { color: rgb(193,207,222); }

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

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

 a { background-color: rgb(193,207,222); }

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

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

 span { border-color: rgb(193,207,222); }

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