#CCCDD1

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

Shades of Link Water #CCCDD1

Tints of Link Water #CCCDD1

Color information

#CCCDD1 (or 0xCCCDD1) is unknown color: approx Link Water. HEX triplet: CC, CD and D1. RGB value is (204,205,209). Sum of RGB (Red+Green+Blue) = 204+205+209=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD1 is #33322E. Grayscale: #CDCDCD. Windows color (decimal): -3355183 or 13749708. OLE color: 13749708.

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

Color convert

RGB204205209-
CMYK0.020.0200.18
HSL228º5.15%80.98%-
HSV(B)228º2.39%81.96%-
XYZ58.2461.169.05-
YUV205.16130.17127.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=33.01%
G=33.17%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042052090.020.0200.182285.1580.98
HexCCCDD122012e4551
Octal314315321220223445121
Binary1100110011001101110100011010010010111001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDD1; }

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

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

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

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

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

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

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

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