#CFCCE8

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

Shades of Quartz #CFCCE8

Tints of Quartz #CFCCE8

Color information

#CFCCE8 (or 0xCFCCE8) is unknown color: approx Quartz. HEX triplet: CF, CC and E8. RGB value is (207,204,232). Sum of RGB (Red+Green+Blue) = 207+204+232=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE8 is #303317. Grayscale: #CFCFCF. Windows color (decimal): -3158808 or 15256783. OLE color: 15256783.

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

Color convert

RGB207204232-
CMYK0.110.1200.09
HSL246.43º37.84%85.49%-
HSV(B)246.43º12.07%90.98%-
XYZ61.8962.2885.1-
YUV208.09141.49127.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 232 (91.02% from 255) = 36.08%
R=32.19%
G=31.73%
B=36.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072042320.110.1200.09246.4337.8485.49
HexCFCCE8BC09f62655
Octal317314350131401136646125
Binary1100111111001100111010001011110001001111101101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCE8; }

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

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

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

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

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

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

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

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