#CCCFD8

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

Shades of Link Water #CCCFD8

Tints of Link Water #CCCFD8

Color information

#CCCFD8 (or 0xCCCFD8) is unknown color: approx Link Water. HEX triplet: CC, CF and D8. RGB value is (204,207,216). Sum of RGB (Red+Green+Blue) = 204+207+216=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD8 is #333027. Grayscale: #CFCFCF. Windows color (decimal): -3354664 or 14208972. OLE color: 14208972.

HSL color Cylindrical-coordinate representation of color #CCCFD8: hue angle of 225º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCFD8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204207216-
CMYK0.060.0400.15
HSL225º13.33%82.35%-
HSV(B)225º5.56%84.71%-
XYZ59.6162.4273.87-
YUV207.13133.01125.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=32.54%
G=33.01%
B=34.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042072160.060.0400.1522513.3382.35
HexCCCFD8640Fe1d52
Octal3143173306401734115122
Binary110011001100111111011000110100011111110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFD8; }

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

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

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

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

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

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

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

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