#CCCFD7

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

Shades of Link Water #CCCFD7

Tints of Link Water #CCCFD7

Color information

#CCCFD7 (or 0xCCCFD7) is unknown color: approx Link Water. HEX triplet: CC, CF and D7. RGB value is (204,207,215). Sum of RGB (Red+Green+Blue) = 204+207+215=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD7 is #333028. Grayscale: #CECECE. Windows color (decimal): -3354665 or 14143436. OLE color: 14143436.

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

Color convert

RGB204207215-
CMYK0.050.0400.16
HSL223.64º12.09%82.16%-
HSV(B)223.64º5.12%84.31%-
XYZ59.4862.3773.19-
YUV207.02132.51125.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=32.59%
G=33.07%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042072150.050.0400.16223.6412.0982.16
HexCCCFD754010e0c52
Octal3143173275402034014122
Binary1100110011001111110101111011000100001110000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFD7; }

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

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

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

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

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

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

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

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