#CCCFDC

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

Shades of Link Water #CCCFDC

Tints of Link Water #CCCFDC

Color information

#CCCFDC (or 0xCCCFDC) is unknown color: approx Link Water. HEX triplet: CC, CF and DC. RGB value is (204,207,220). Sum of RGB (Red+Green+Blue) = 204+207+220=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDC is #333023. Grayscale: #CFCFCF. Windows color (decimal): -3354660 or 14471116. OLE color: 14471116.

HSL color Cylindrical-coordinate representation of color #CCCFDC: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCFDC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204207220-
CMYK0.070.0600.14
HSL228.75º18.6%83.14%-
HSV(B)228.75º7.27%86.27%-
XYZ60.1362.6376.63-
YUV207.58135.01125.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=32.33%
G=32.81%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042072200.070.0600.14228.7518.683.14
HexCCCFDC760Ee51353
Octal3143173347601634523123
Binary1100110011001111110111001111100111011100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFDC; }

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

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

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

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

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

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

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

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