#C2CDDB

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

Shades of Link Water #C2CDDB

Tints of Link Water #C2CDDB

Color information

#C2CDDB (or 0xC2CDDB) is unknown color: approx Link Water. HEX triplet: C2, CD and DB. RGB value is (194,205,219). Sum of RGB (Red+Green+Blue) = 194+205+219=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDB is #3D3224. Grayscale: #CBCBCB. Windows color (decimal): -4010533 or 14405058. OLE color: 14405058.

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

Color convert

RGB194205219-
CMYK0.110.0600.14
HSL213.6º25.77%80.98%-
HSV(B)213.6º11.42%85.88%-
XYZ56.8760.2575.65-
YUV203.31136.86121.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.39%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=31.39%
G=33.17%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942052190.110.0600.14213.625.7780.98
HexC2CDDBB60Ed61a51
Octal30231533313601632632121
Binary11000010110011011101101110111100111011010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDDB; }

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

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

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

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

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

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

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

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