#CCCED0

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

Shades of Link Water #CCCED0

Tints of Link Water #CCCED0

Color information

#CCCED0 (or 0xCCCED0) is unknown color: approx Link Water. HEX triplet: CC, CE and D0. RGB value is (204,206,208). Sum of RGB (Red+Green+Blue) = 204+206+208=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCCED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED0 is #33312F. Grayscale: #CDCDCD. Windows color (decimal): -3354928 or 13684428. OLE color: 13684428.

HSL color Cylindrical-coordinate representation of color #CCCED0: hue angle of 210º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCED0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204206208-
CMYK0.020.0100.18
HSL210º4.08%80.78%-
HSV(B)210º1.92%81.57%-
XYZ58.3661.5368.48-
YUV205.63129.34126.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=33.01%
G=33.33%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042062080.020.0100.182104.0880.78
HexCCCED021012d2451
Octal314316320210223224121
Binary110011001100111011010000101010010110100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED0; }

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

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

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

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

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

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

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

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