#CFCEED

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

Shades of Quartz #CFCEED

Tints of Quartz #CFCEED

Color information

#CFCEED (or 0xCFCEED) is unknown color: approx Quartz. HEX triplet: CF, CE and ED. RGB value is (207,206,237). Sum of RGB (Red+Green+Blue) = 207+206+237=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEED is #303112. Grayscale: #D1D1D1. Windows color (decimal): -3158291 or 15584975. OLE color: 15584975.

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

Color convert

RGB207206237-
CMYK0.130.1300.07
HSL241.94º46.27%86.86%-
HSV(B)241.94º13.08%92.94%-
XYZ63.0963.5289.06-
YUV209.83143.33125.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.85%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=31.85%
G=31.69%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072062370.130.1300.07241.9446.2786.86
HexCFCEEDDD07f22e57
Octal31731635515150736256127
Binary110011111100111011101101110111010111111100101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEED; }

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

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

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

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

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

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

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

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