#CCCDE6

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

Shades of Quartz #CCCDE6

Tints of Quartz #CCCDE6

Color information

#CCCDE6 (or 0xCCCDE6) is unknown color: approx Quartz. HEX triplet: CC, CD and E6. RGB value is (204,205,230). Sum of RGB (Red+Green+Blue) = 204+205+230=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 205 (80.47% from 255 or 32.08% 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 #CCCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE6 is #333219. Grayscale: #CFCFCF. Windows color (decimal): -3355162 or 15125964. OLE color: 15125964.

HSL color Cylindrical-coordinate representation of color #CCCDE6: hue angle of 237.69º 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 #CCCDE6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204205230-
CMYK0.110.1100.10
HSL237.69º34.21%85.1%-
HSV(B)237.69º11.3%90.2%-
XYZ61.0262.2183.66-
YUV207.55140.67125.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=31.92%
G=32.08%
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
Decimal2042052300.110.1100.10237.6934.2185.1
HexCCCDE6BB0Aee2255
Octal314315346131301235642125
Binary1100110011001101111001101011101101010111011101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE6; }

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

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

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

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

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

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

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

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