#CCCAE8

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

Shades of Quartz #CCCAE8

Tints of Quartz #CCCAE8

Color information

#CCCAE8 (or 0xCCCAE8) is unknown color: approx Quartz. HEX triplet: CC, CA and E8. RGB value is (204,202,232). Sum of RGB (Red+Green+Blue) = 204+202+232=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCAE8 is #333517. Grayscale: #CDCDCD. Windows color (decimal): -3355928 or 15256268. OLE color: 15256268.

HSL color Cylindrical-coordinate representation of color #CCCAE8: hue angle of 244º degrees, saturation: 0.39, 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 #CCCAE8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204202232-
CMYK0.120.1300.09
HSL244º39.47%85.1%-
HSV(B)244º12.93%90.98%-
XYZ60.5960.984.91-
YUV206.02142.66126.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=31.97%
G=31.66%
B=36.36%

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
Decimal2042022320.120.1300.0924439.4785.1
HexCCCAE8CD09f42755
Octal314312350141501136447125
Binary1100110011001010111010001100110101001111101001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAE8; }

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

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

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

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

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

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

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

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