#CDCCE9

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

Shades of Quartz #CDCCE9

Tints of Quartz #CDCCE9

Color information

#CDCCE9 (or 0xCDCCE9) is unknown color: approx Quartz. HEX triplet: CD, CC and E9. RGB value is (205,204,233). Sum of RGB (Red+Green+Blue) = 205+204+233=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCE9 is #323316. Grayscale: #CFCFCF. Windows color (decimal): -3289879 or 15322317. OLE color: 15322317.

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

Color convert

RGB205204233-
CMYK0.120.1200.09
HSL242.07º39.73%85.69%-
HSV(B)242.07º12.45%91.37%-
XYZ61.4862.0585.83-
YUV207.6142.33126.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=31.93%
G=31.78%
B=36.29%

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
Decimal2052042330.120.1200.09242.0739.7385.69
HexCDCCE9CC09f22856
Octal315314351141401136250126
Binary1100110111001100111010011100110001001111100101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCE9; }

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

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

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

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

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

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

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

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