#CCCFD2

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

Shades of Link Water #CCCFD2

Tints of Link Water #CCCFD2

Color information

#CCCFD2 (or 0xCCCFD2) is unknown color: approx Link Water. HEX triplet: CC, CF and D2. RGB value is (204,207,210). Sum of RGB (Red+Green+Blue) = 204+207+210=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD2 is #33302D. Grayscale: #CECECE. Windows color (decimal): -3354670 or 13815756. OLE color: 13815756.

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

Color convert

RGB204207210-
CMYK0.030.0100.18
HSL210º6.25%81.18%-
HSV(B)210º2.86%82.35%-
XYZ58.8562.1269.86-
YUV206.44130.01126.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=32.85%
G=33.33%
B=33.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042072100.030.0100.182106.2581.18
HexCCCFD231012d2651
Octal314317322310223226121
Binary110011001100111111010010111010010110100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFD2; }

 p { color: rgb(204,207,210); }

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

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

 a { background-color: rgb(204,207,210); }

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

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

 span { border-color: rgb(204,207,210); }

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