#CECDE7

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

Shades of Quartz #CECDE7

Tints of Quartz #CECDE7

Color information

#CECDE7 (or 0xCECDE7) is unknown color: approx Quartz. HEX triplet: CE, CD and E7. RGB value is (206,205,231). Sum of RGB (Red+Green+Blue) = 206+205+231=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDE7 is #313218. Grayscale: #D0D0D0. Windows color (decimal): -3224089 or 15191502. OLE color: 15191502.

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

Color convert

RGB206205231-
CMYK0.110.1100.09
HSL242.31º35.14%85.49%-
HSV(B)242.31º11.26%90.59%-
XYZ61.7162.5584.42-
YUV208.26140.83126.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=32.09%
G=31.93%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062052310.110.1100.09242.3135.1485.49
HexCECDE7BB09f22355
Octal316315347131301136243125
Binary1100111011001101111001111011101101001111100101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECDE7; }

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

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

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

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

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

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

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

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