#CECDE9

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

Shades of Quartz #CECDE9

Tints of Quartz #CECDE9

Color information

#CECDE9 (or 0xCECDE9) is unknown color: approx Quartz. HEX triplet: CE, CD and E9. RGB value is (206,205,233). Sum of RGB (Red+Green+Blue) = 206+205+233=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDE9 is #313216. Grayscale: #D0D0D0. Windows color (decimal): -3224087 or 15322574. OLE color: 15322574.

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

Color convert

RGB206205233-
CMYK0.120.1200.09
HSL242.14º38.89%85.88%-
HSV(B)242.14º12.02%91.37%-
XYZ61.9962.6785.92-
YUV208.49141.83126.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=31.99%
G=31.83%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062052330.120.1200.09242.1438.8985.88
HexCECDE9CC09f22756
Octal316315351141401136247126
Binary1100111011001101111010011100110001001111100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDE9; }

 p { color: rgb(206,205,233); }

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

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

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

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

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

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

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