#CFCEE8

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

Shades of Quartz #CFCEE8

Tints of Quartz #CFCEE8

Color information

#CFCEE8 (or 0xCFCEE8) is unknown color: approx Quartz. HEX triplet: CF, CE and E8. RGB value is (207,206,232). Sum of RGB (Red+Green+Blue) = 207+206+232=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEE8 is #303117. Grayscale: #D1D1D1. Windows color (decimal): -3158296 or 15257295. OLE color: 15257295.

HSL color Cylindrical-coordinate representation of color #CFCEE8: hue angle of 242.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCEE8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207206232-
CMYK0.110.1100.09
HSL242.31º36.11%85.88%-
HSV(B)242.31º11.21%90.98%-
XYZ62.3763.2385.26-
YUV209.26140.83126.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=32.09%
G=31.94%
B=35.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072062320.110.1100.09242.3136.1185.88
HexCFCEE8BB09f22456
Octal317316350131301136244126
Binary1100111111001110111010001011101101001111100101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEE8; }

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

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

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

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

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

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

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

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