#CDCAE9

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

Shades of Quartz #CDCAE9

Tints of Quartz #CDCAE9

Color information

#CDCAE9 (or 0xCDCAE9) is unknown color: approx Quartz. HEX triplet: CD, CA and E9. RGB value is (205,202,233). Sum of RGB (Red+Green+Blue) = 205+202+233=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAE9 is #323516. Grayscale: #CECECE. Windows color (decimal): -3290391 or 15321805. OLE color: 15321805.

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

Color convert

RGB205202233-
CMYK0.120.1300.09
HSL245.81º41.33%85.29%-
HSV(B)245.81º13.3%91.37%-
XYZ61.0161.185.67-
YUV206.43142.99126.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=32.03%
G=31.56%
B=36.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052022330.120.1300.09245.8141.3385.29
HexCDCAE9CD09f62955
Octal315312351141501136651125
Binary1100110111001010111010011100110101001111101101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAE9; }

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

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

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

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

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

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

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

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