#CDCAE6

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

Shades of Quartz #CDCAE6

Tints of Quartz #CDCAE6

Color information

#CDCAE6 (or 0xCDCAE6) is unknown color: approx Quartz. HEX triplet: CD, CA and E6. RGB value is (205,202,230). Sum of RGB (Red+Green+Blue) = 205+202+230=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCAE6 is #323519. Grayscale: #CDCDCD. Windows color (decimal): -3290394 or 15125197. OLE color: 15125197.

HSL color Cylindrical-coordinate representation of color #CDCAE6: hue angle of 246.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDCAE6 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205202230-
CMYK0.110.1200.10
HSL246.43º35.9%84.71%-
HSV(B)246.43º12.17%90.2%-
XYZ60.5860.9383.43-
YUV206.09141.49127.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 230 (90.23% from 255) = 36.11%
R=32.18%
G=31.71%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052022300.110.1200.10246.4335.984.71
HexCDCAE6BC0Af62455
Octal315312346131401236644125
Binary1100110111001010111001101011110001010111101101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAE6; }

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

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

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

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

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

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

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

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