#C2CDDE

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

Shades of Link Water #C2CDDE

Tints of Link Water #C2CDDE

Color information

#C2CDDE (or 0xC2CDDE) is unknown color: approx Link Water. HEX triplet: C2, CD and DE. RGB value is (194,205,222). Sum of RGB (Red+Green+Blue) = 194+205+222=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDE is #3D3221. Grayscale: #CBCBCB. Windows color (decimal): -4010530 or 14601666. OLE color: 14601666.

HSL color Cylindrical-coordinate representation of color #C2CDDE: hue angle of 216.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2CDDE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194205222-
CMYK0.130.0800.13
HSL216.43º29.79%81.57%-
HSV(B)216.43º12.61%87.06%-
XYZ57.2660.4177.75-
YUV203.65138.36121.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=31.24%
G=33.01%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942052220.130.0800.13216.4329.7981.57
HexC2CDDED80Dd81e52
Octal302315336151001533036122
Binary110000101100110111011110110110000110111011000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDDE; }

 p { color: rgb(194,205,222); }

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

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

 a { background-color: rgb(194,205,222); }

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

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

 span { border-color: rgb(194,205,222); }

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