#CFCCEE

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

Shades of Quartz #CFCCEE

Tints of Quartz #CFCCEE

Color information

#CFCCEE (or 0xCFCCEE) is unknown color: approx Quartz. HEX triplet: CF, CC and EE. RGB value is (207,204,238). Sum of RGB (Red+Green+Blue) = 207+204+238=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCEE is #303311. Grayscale: #D0D0D0. Windows color (decimal): -3158802 or 15649999. OLE color: 15649999.

HSL color Cylindrical-coordinate representation of color #CFCCEE: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCEE is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207204238-
CMYK0.130.1400.07
HSL245.29º50%86.67%-
HSV(B)245.29º14.29%93.33%-
XYZ62.7662.6289.67-
YUV208.77144.49126.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=31.90%
G=31.43%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072042380.130.1400.07245.295086.67
HexCFCCEEDE07f53257
Octal31731435615160736562127
Binary110011111100110011101110110111100111111101011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCEE; }

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

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

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

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

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

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

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

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