#CDCCE6

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

Shades of Quartz #CDCCE6

Tints of Quartz #CDCCE6

Color information

#CDCCE6 (or 0xCDCCE6) is unknown color: approx Quartz. HEX triplet: CD, CC and E6. RGB value is (205,204,230). Sum of RGB (Red+Green+Blue) = 205+204+230=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCE6 is #323319. Grayscale: #CFCFCF. Windows color (decimal): -3289882 or 15125709. OLE color: 15125709.

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

Color convert

RGB205204230-
CMYK0.110.1100.10
HSL242.31º34.21%85.1%-
HSV(B)242.31º11.3%90.2%-
XYZ61.0561.8883.59-
YUV207.26140.83126.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=32.08%
G=31.92%
B=35.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052042300.110.1100.10242.3134.2185.1
HexCDCCE6BB0Af22255
Octal315314346131301236242125
Binary1100110111001100111001101011101101010111100101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCE6; }

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

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

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

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

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

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

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

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