#CCCFD5

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

Shades of Link Water #CCCFD5

Tints of Link Water #CCCFD5

Color information

#CCCFD5 (or 0xCCCFD5) is unknown color: approx Link Water. HEX triplet: CC, CF and D5. RGB value is (204,207,213). Sum of RGB (Red+Green+Blue) = 204+207+213=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD5 is #33302A. Grayscale: #CECECE. Windows color (decimal): -3354667 or 14012364. OLE color: 14012364.

HSL color Cylindrical-coordinate representation of color #CCCFD5: hue angle of 220º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCFD5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204207213-
CMYK0.040.0300.16
HSL220º9.68%81.76%-
HSV(B)220º4.23%83.53%-
XYZ59.2262.2771.85-
YUV206.79131.51126.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 207 (81.25% from 255) = 33.17%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=32.69%
G=33.17%
B=34.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042072130.040.0300.162209.6881.76
HexCCCFD543010dca52
Octal3143173254302033412122
Binary110011001100111111010101100110100001101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFD5; }

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

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

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

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

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

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

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

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