#C2CEDD

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

Shades of Link Water #C2CEDD

Tints of Link Water #C2CEDD

Color information

#C2CEDD (or 0xC2CEDD) is unknown color: approx Link Water. HEX triplet: C2, CE and DD. RGB value is (194,206,221). Sum of RGB (Red+Green+Blue) = 194+206+221=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEDD is #3D3122. Grayscale: #CCCCCC. Windows color (decimal): -4010275 or 14536386. OLE color: 14536386.

HSL color Cylindrical-coordinate representation of color #C2CEDD: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CEDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194206221-
CMYK0.120.0700.13
HSL213.33º28.42%81.37%-
HSV(B)213.33º12.22%86.67%-
XYZ57.3760.8377.12-
YUV204.12137.52120.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=31.24%
G=33.17%
B=35.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942062210.120.0700.13213.3328.4281.37
HexC2CEDDC70Dd51c51
Octal30231633514701532534121
Binary11000010110011101101110111001110110111010101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEDD; }

 p { color: rgb(194,206,221); }

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

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

 a { background-color: rgb(194,206,221); }

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

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

 span { border-color: rgb(194,206,221); }

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