#CFCCE5

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

Shades of Quartz #CFCCE5

Tints of Quartz #CFCCE5

Color information

#CFCCE5 (or 0xCFCCE5) is unknown color: approx Quartz. HEX triplet: CF, CC and E5. RGB value is (207,204,229). Sum of RGB (Red+Green+Blue) = 207+204+229=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE5 is #30331A. Grayscale: #CFCFCF. Windows color (decimal): -3158811 or 15060175. OLE color: 15060175.

HSL color Cylindrical-coordinate representation of color #CFCCE5: hue angle of 247.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCCE5 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207204229-
CMYK0.100.1100.10
HSL247.2º32.47%84.9%-
HSV(B)247.2º10.92%89.8%-
XYZ61.4762.1182.88-
YUV207.75139.99127.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=32.34%
G=31.88%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072042290.100.1100.10247.232.4784.9
HexCFCCE5AB0Af72055
Octal317314345121301236740125
Binary1100111111001100111001011010101101010111101111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCE5; }

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

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

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

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

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

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

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

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