#CCCEEB

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

Shades of Quartz #CCCEEB

Tints of Quartz #CCCEEB

Color information

#CCCEEB (or 0xCCCEEB) is unknown color: approx Quartz. HEX triplet: CC, CE and EB. RGB value is (204,206,235). Sum of RGB (Red+Green+Blue) = 204+206+235=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEEB is #333114. Grayscale: #D0D0D0. Windows color (decimal): -3354901 or 15453900. OLE color: 15453900.

HSL color Cylindrical-coordinate representation of color #CCCEEB: hue angle of 236.13º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCEEB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204206235-
CMYK0.130.1200.08
HSL236.13º43.66%86.08%-
HSV(B)236.13º13.19%92.16%-
XYZ61.9762.9887.49-
YUV208.71142.84124.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=31.63%
G=31.94%
B=36.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042062350.130.1200.08236.1343.6686.08
HexCCCEEBDC08ec2c56
Octal314316353151401035454126
Binary1100110011001110111010111101110001000111011001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEEB; }

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

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

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

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

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

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

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

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