#CFCEEC

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

Shades of Quartz #CFCEEC

Tints of Quartz #CFCEEC

Color information

#CFCEEC (or 0xCFCEEC) is unknown color: approx Quartz. HEX triplet: CF, CE and EC. RGB value is (207,206,236). Sum of RGB (Red+Green+Blue) = 207+206+236=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEEC is #303113. Grayscale: #D1D1D1. Windows color (decimal): -3158292 or 15519439. OLE color: 15519439.

HSL color Cylindrical-coordinate representation of color #CFCEEC: hue angle of 242º degrees, saturation: 0.44, 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 #CFCEEC is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207206236-
CMYK0.120.1300.07
HSL242º44.12%86.67%-
HSV(B)242º12.71%92.55%-
XYZ62.9463.4688.29-
YUV209.72142.83126.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.90%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=31.90%
G=31.74%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072062360.120.1300.0724244.1286.67
HexCFCEECCD07f22c57
Octal31731635414150736254127
Binary110011111100111011101100110011010111111100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEEC; }

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

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

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

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

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

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

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

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