#CCCECF

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

Shades of Iron #CCCECF

Tints of Iron #CCCECF

Color information

#CCCECF (or 0xCCCECF) is unknown color: approx Iron. HEX triplet: CC, CE and CF. RGB value is (204,206,207). Sum of RGB (Red+Green+Blue) = 204+206+207=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCCECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECF is #333130. Grayscale: #CDCDCD. Windows color (decimal): -3354929 or 13618892. OLE color: 13618892.

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

Color convert

RGB204206207-
CMYK0.010.0000.19
HSL200º3.03%80.59%-
HSV(B)200º1.45%81.18%-
XYZ58.2461.4867.83-
YUV205.52128.84126.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=33.06%
G=33.39%
B=33.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042062070.010.0000.192003.0380.59
HexCCCECF10013c8351
Octal314316317100233103121
Binary1100110011001110110011111001001111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCECF; }

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

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

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

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

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

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

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

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