#CCCEEC

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

Shades of Quartz #CCCEEC

Tints of Quartz #CCCEEC

Color information

#CCCEEC (or 0xCCCEEC) is unknown color: approx Quartz. HEX triplet: CC, CE and EC. RGB value is (204,206,236). Sum of RGB (Red+Green+Blue) = 204+206+236=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEC is #333113. Grayscale: #D0D0D0. Windows color (decimal): -3354900 or 15519436. OLE color: 15519436.

HSL color Cylindrical-coordinate representation of color #CCCEEC: hue angle of 236.25º 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 #CCCEEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204206236-
CMYK0.140.1300.07
HSL236.25º45.71%86.27%-
HSV(B)236.25º13.56%92.55%-
XYZ62.1163.0488.25-
YUV208.82143.34124.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=31.58%
G=31.89%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042062360.140.1300.07236.2545.7186.27
HexCCCEECED07ec2e56
Octal31431635416150735456126
Binary110011001100111011101100111011010111111011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEEC; }

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

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

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

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

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

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

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

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