#CCCED1

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

Shades of Link Water #CCCED1

Tints of Link Water #CCCED1

Color information

#CCCED1 (or 0xCCCED1) is unknown color: approx Link Water. HEX triplet: CC, CE and D1. RGB value is (204,206,209). Sum of RGB (Red+Green+Blue) = 204+206+209=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCED1 is #33312E. Grayscale: #CDCDCD. Windows color (decimal): -3354927 or 13749964. OLE color: 13749964.

HSL color Cylindrical-coordinate representation of color #CCCED1: hue angle of 216º degrees, saturation: 0.05, 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 #CCCED1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204206209-
CMYK0.020.0100.18
HSL216º5.15%80.98%-
HSV(B)216º2.39%81.96%-
XYZ58.4861.5869.13-
YUV205.74129.84126.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=32.96%
G=33.28%
B=33.76%

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
Decimal2042062090.020.0100.182165.1580.98
HexCCCED121012d8551
Octal314316321210223305121
Binary110011001100111011010001101010010110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCED1; }

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

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

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

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

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

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

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

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