#C2CDDA

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

Shades of Link Water #C2CDDA

Tints of Link Water #C2CDDA

Color information

#C2CDDA (or 0xC2CDDA) is unknown color: approx Link Water. HEX triplet: C2, CD and DA. RGB value is (194,205,218). Sum of RGB (Red+Green+Blue) = 194+205+218=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDDA is #3D3225. Grayscale: #CBCBCB. Windows color (decimal): -4010534 or 14339522. OLE color: 14339522.

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

Color convert

RGB194205218-
CMYK0.110.0600.15
HSL212.5º24.49%80.78%-
HSV(B)212.5º11.01%85.49%-
XYZ56.7360.1974.96-
YUV203.19136.36121.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.44%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=31.44%
G=33.23%
B=35.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942052180.110.0600.15212.524.4980.78
HexC2CDDAB60Fd41851
Octal30231533213601732430121
Binary11000010110011011101101010111100111111010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDDA; }

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

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

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

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

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

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

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

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