#CFCEE0

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

Shades of Quartz #CFCEE0

Tints of Quartz #CFCEE0

Color information

#CFCEE0 (or 0xCFCEE0) is unknown color: approx Quartz. HEX triplet: CF, CE and E0. RGB value is (207,206,224). Sum of RGB (Red+Green+Blue) = 207+206+224=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE0 is #30311F. Grayscale: #D0D0D0. Windows color (decimal): -3158304 or 14733007. OLE color: 14733007.

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

Color convert

RGB207206224-
CMYK0.080.0800.12
HSL243.33º22.5%84.31%-
HSV(B)243.33º8.04%87.84%-
XYZ61.2662.7979.41-
YUV208.35136.83127.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 224 (87.89% from 255) = 35.16%
R=32.50%
G=32.34%
B=35.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072062240.080.0800.12243.3322.584.31
HexCFCEE0880Cf31654
Octal317316340101001436326124
Binary110011111100111011100000100010000110011110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEE0; }

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

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

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

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

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

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

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

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