#CCCED7

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

Shades of Link Water #CCCED7

Tints of Link Water #CCCED7

Color information

#CCCED7 (or 0xCCCED7) is unknown color: approx Link Water. HEX triplet: CC, CE and D7. RGB value is (204,206,215). Sum of RGB (Red+Green+Blue) = 204+206+215=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED7 is #333128. Grayscale: #CECECE. Windows color (decimal): -3354921 or 14143180. OLE color: 14143180.

HSL color Cylindrical-coordinate representation of color #CCCED7: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCED7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204206215-
CMYK0.050.0400.16
HSL229.09º12.09%82.16%-
HSV(B)229.09º5.12%84.31%-
XYZ59.2461.8973.11-
YUV206.43132.84126.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=32.64%
G=32.96%
B=34.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042062150.050.0400.16229.0912.0982.16
HexCCCED754010e5c52
Octal3143163275402034514122
Binary1100110011001110110101111011000100001110010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED7; }

 p { color: rgb(204,206,215); }

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

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

 a { background-color: rgb(204,206,215); }

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

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

 span { border-color: rgb(204,206,215); }

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