#CCCAE6

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

Shades of Quartz #CCCAE6

Tints of Quartz #CCCAE6

Color information

#CCCAE6 (or 0xCCCAE6) is unknown color: approx Quartz. HEX triplet: CC, CA and E6. RGB value is (204,202,230). Sum of RGB (Red+Green+Blue) = 204+202+230=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAE6 is #333519. Grayscale: #CDCDCD. Windows color (decimal): -3355930 or 15125196. OLE color: 15125196.

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

Color convert

RGB204202230-
CMYK0.110.1200.10
HSL244.29º35.9%84.71%-
HSV(B)244.29º12.17%90.2%-
XYZ60.3160.7983.42-
YUV205.79141.66126.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=32.08%
G=31.76%
B=36.16%

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
Decimal2042022300.110.1200.10244.2935.984.71
HexCCCAE6BC0Af42455
Octal314312346131401236444125
Binary1100110011001010111001101011110001010111101001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE6; }

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

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

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

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

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

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

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

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