#CECEEB

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

Shades of Quartz #CECEEB

Tints of Quartz #CECEEB

Color information

#CECEEB (or 0xCECEEB) is unknown color: approx Quartz. HEX triplet: CE, CE and EB. RGB value is (206,206,235). Sum of RGB (Red+Green+Blue) = 206+206+235=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEEB is #313114. Grayscale: #D1D1D1. Windows color (decimal): -3223829 or 15453902. OLE color: 15453902.

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

Color convert

RGB206206235-
CMYK0.120.1200.08
HSL240º42.03%86.47%-
HSV(B)240º12.34%92.16%-
XYZ62.5263.2687.51-
YUV209.31142.5125.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=31.84%
G=31.84%
B=36.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062062350.120.1200.0824042.0386.47
HexCECEEBCC08f02a56
Octal316316353141401036052126
Binary1100111011001110111010111100110001000111100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEEB; }

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

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

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

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

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

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

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

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