#CCCAE5

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

Shades of Quartz #CCCAE5

Tints of Quartz #CCCAE5

Color information

#CCCAE5 (or 0xCCCAE5) is unknown color: approx Quartz. HEX triplet: CC, CA and E5. RGB value is (204,202,229). Sum of RGB (Red+Green+Blue) = 204+202+229=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCAE5 is #33351A. Grayscale: #CDCDCD. Windows color (decimal): -3355931 or 15059660. OLE color: 15059660.

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

Color convert

RGB204202229-
CMYK0.110.1200.10
HSL244.44º34.18%84.51%-
HSV(B)244.44º11.79%89.8%-
XYZ60.1760.7482.68-
YUV205.68141.16126.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=32.13%
G=31.81%
B=36.06%

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
Decimal2042022290.110.1200.10244.4434.1884.51
HexCCCAE5BC0Af42255
Octal314312345131401236442125
Binary1100110011001010111001011011110001010111101001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE5; }

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

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

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

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

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

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

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

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