#CFCCE7

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

Shades of Quartz #CFCCE7

Tints of Quartz #CFCCE7

Color information

#CFCCE7 (or 0xCFCCE7) is unknown color: approx Quartz. HEX triplet: CF, CC and E7. RGB value is (207,204,231). Sum of RGB (Red+Green+Blue) = 207+204+231=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCE7 is #303318. Grayscale: #CFCFCF. Windows color (decimal): -3158809 or 15191247. OLE color: 15191247.

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

Color convert

RGB207204231-
CMYK0.100.1200.09
HSL246.67º36%85.29%-
HSV(B)246.67º11.69%90.59%-
XYZ61.7562.2284.36-
YUV207.98140.99127.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=32.24%
G=31.78%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072042310.100.1200.09246.673685.29
HexCFCCE7AC09f72455
Octal317314347121401136744125
Binary1100111111001100111001111010110001001111101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCE7; }

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

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

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

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

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

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

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

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