#CFCEEA

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

Shades of Quartz #CFCEEA

Tints of Quartz #CFCEEA

Color information

#CFCEEA (or 0xCFCEEA) is unknown color: approx Quartz. HEX triplet: CF, CE and EA. RGB value is (207,206,234). Sum of RGB (Red+Green+Blue) = 207+206+234=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEEA is #303115. Grayscale: #D1D1D1. Windows color (decimal): -3158294 or 15388367. OLE color: 15388367.

HSL color Cylindrical-coordinate representation of color #CFCEEA: hue angle of 242.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCEEA is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207206234-
CMYK0.120.1200.08
HSL242.14º40%86.27%-
HSV(B)242.14º11.97%91.76%-
XYZ62.6563.3586.77-
YUV209.49141.83126.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.99%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=31.99%
G=31.84%
B=36.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072062340.120.1200.08242.144086.27
HexCFCEEACC08f22856
Octal317316352141401036250126
Binary1100111111001110111010101100110001000111100101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEEA; }

 p { color: rgb(207,206,234); }

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

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

 a { background-color: rgb(207,206,234); }

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

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

 span { border-color: rgb(207,206,234); }

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