#CCCFEC

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

Shades of Quartz #CCCFEC

Tints of Quartz #CCCFEC

Color information

#CCCFEC (or 0xCCCFEC) is unknown color: approx Quartz. HEX triplet: CC, CF and EC. RGB value is (204,207,236). Sum of RGB (Red+Green+Blue) = 204+207+236=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEC is #333013. Grayscale: #D1D1D1. Windows color (decimal): -3354644 or 15519692. OLE color: 15519692.

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

Color convert

RGB204207236-
CMYK0.140.1200.07
HSL234.38º45.71%86.27%-
HSV(B)234.38º13.56%92.55%-
XYZ62.3563.5288.33-
YUV209.41143.01124.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=31.53%
G=31.99%
B=36.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042072360.140.1200.07234.3845.7186.27
HexCCCFECEC07ea2e56
Octal31431735416140735256126
Binary110011001100111111101100111011000111111010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFEC; }

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

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

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

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

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

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

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

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