#CDCCEC

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

Shades of Quartz #CDCCEC

Tints of Quartz #CDCCEC

Color information

#CDCCEC (or 0xCDCCEC) is unknown color: approx Quartz. HEX triplet: CD, CC and EC. RGB value is (205,204,236). Sum of RGB (Red+Green+Blue) = 205+204+236=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCEC is #323313. Grayscale: #CFCFCF. Windows color (decimal): -3289876 or 15518925. OLE color: 15518925.

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

Color convert

RGB205204236-
CMYK0.130.1400.07
HSL241.88º45.71%86.27%-
HSV(B)241.88º13.56%92.55%-
XYZ61.9162.2288.1-
YUV207.95143.83125.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=31.78%
G=31.63%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052042360.130.1400.07241.8845.7186.27
HexCDCCECDE07f22e56
Octal31531435415160736256126
Binary110011011100110011101100110111100111111100101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCEC; }

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

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

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

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

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

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

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

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