#CFCEF0

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

Shades of Quartz #CFCEF0

Tints of Quartz #CFCEF0

Color information

#CFCEF0 (or 0xCFCEF0) is unknown color: approx Quartz. HEX triplet: CF, CE and F0. RGB value is (207,206,240). Sum of RGB (Red+Green+Blue) = 207+206+240=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF0 is #30310F. Grayscale: #D2D2D2. Windows color (decimal): -3158288 or 15781583. OLE color: 15781583.

HSL color Cylindrical-coordinate representation of color #CFCEF0: hue angle of 241.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCEF0 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207206240-
CMYK0.140.1400.06
HSL241.76º53.12%87.45%-
HSV(B)241.76º14.17%94.12%-
XYZ63.5363.791.38-
YUV210.18144.83125.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=31.70%
G=31.55%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072062400.140.1400.06241.7653.1287.45
HexCFCEF0EE06f23557
Octal31731636016160636265127
Binary110011111100111011110000111011100110111100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEF0; }

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

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

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

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

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

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

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

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