#CACAE6

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

Shades of Quartz #CACAE6

Tints of Quartz #CACAE6

Color information

#CACAE6 (or 0xCACAE6) is unknown color: approx Quartz. HEX triplet: CA, CA and E6. RGB value is (202,202,230). Sum of RGB (Red+Green+Blue) = 202+202+230=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAE6 is #353519. Grayscale: #CDCDCD. Windows color (decimal): -3487002 or 15125194. OLE color: 15125194.

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

Color convert

RGB202202230-
CMYK0.120.1200.10
HSL240º35.9%84.71%-
HSV(B)240º12.17%90.2%-
XYZ59.7660.5183.39-
YUV205.19142125.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=31.86%
G=31.86%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022022300.120.1200.1024035.984.71
HexCACAE6CC0Af02455
Octal312312346141401236044125
Binary1100101011001010111001101100110001010111100001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAE6; }

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

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

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

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

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

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

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

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