#CDCDEB

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

Shades of Quartz #CDCDEB

Tints of Quartz #CDCDEB

Color information

#CDCDEB (or 0xCDCDEB) is unknown color: approx Quartz. HEX triplet: CD, CD and EB. RGB value is (205,205,235). Sum of RGB (Red+Green+Blue) = 205+205+235=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDEB is #323214. Grayscale: #D0D0D0. Windows color (decimal): -3289621 or 15453645. OLE color: 15453645.

HSL color Cylindrical-coordinate representation of color #CDCDEB: hue angle of 240º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDCDEB is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205205235-
CMYK0.130.1300.08
HSL240º42.86%86.27%-
HSV(B)240º12.77%92.16%-
XYZ6262.6487.42-
YUV208.42143125.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=31.78%
G=31.78%
B=36.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052052350.130.1300.0824042.8686.27
HexCDCDEBDD08f02b56
Octal315315353151501036053126
Binary1100110111001101111010111101110101000111100001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDEB; }

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

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

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

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

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

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

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

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