#CDCDE9

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

Shades of Quartz #CDCDE9

Tints of Quartz #CDCDE9

Color information

#CDCDE9 (or 0xCDCDE9) is unknown color: approx Quartz. HEX triplet: CD, CD and E9. RGB value is (205,205,233). Sum of RGB (Red+Green+Blue) = 205+205+233=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDE9 is #323216. Grayscale: #D0D0D0. Windows color (decimal): -3289623 or 15322573. OLE color: 15322573.

HSL color Cylindrical-coordinate representation of color #CDCDE9: hue angle of 240º degrees, saturation: 0.39, 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 #CDCDE9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205205233-
CMYK0.120.1200.09
HSL240º38.89%85.88%-
HSV(B)240º12.02%91.37%-
XYZ61.7262.5285.91-
YUV208.19142125.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=31.88%
G=31.88%
B=36.24%

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
Decimal2052052330.120.1200.0924038.8985.88
HexCDCDE9CC09f02756
Octal315315351141401136047126
Binary1100110111001101111010011100110001001111100001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDE9; }

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

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

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

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

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

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

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

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