#CDCCE8

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

Shades of Quartz #CDCCE8

Tints of Quartz #CDCCE8

Color information

#CDCCE8 (or 0xCDCCE8) is unknown color: approx Quartz. HEX triplet: CD, CC and E8. RGB value is (205,204,232). Sum of RGB (Red+Green+Blue) = 205+204+232=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCE8 is #323317. Grayscale: #CFCFCF. Windows color (decimal): -3289880 or 15256781. OLE color: 15256781.

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

Color convert

RGB205204232-
CMYK0.120.1200.09
HSL242.14º37.84%85.49%-
HSV(B)242.14º12.07%90.98%-
XYZ61.3461.9985.08-
YUV207.49141.83126.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=31.98%
G=31.83%
B=36.19%

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
Decimal2052042320.120.1200.09242.1437.8485.49
HexCDCCE8CC09f22655
Octal315314350141401136246125
Binary1100110111001100111010001100110001001111100101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCE8; }

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

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

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

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

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

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

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

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