#CFCEE3

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

Shades of Quartz #CFCEE3

Tints of Quartz #CFCEE3

Color information

#CFCEE3 (or 0xCFCEE3) is unknown color: approx Quartz. HEX triplet: CF, CE and E3. RGB value is (207,206,227). Sum of RGB (Red+Green+Blue) = 207+206+227=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFCEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE3 is #30311C. Grayscale: #D0D0D0. Windows color (decimal): -3158301 or 14929615. OLE color: 14929615.

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

Color convert

RGB207206227-
CMYK0.090.0900.11
HSL242.86º27.27%84.9%-
HSV(B)242.86º9.25%89.02%-
XYZ61.6762.9581.57-
YUV208.69138.33126.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=32.34%
G=32.19%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072062270.090.0900.11242.8627.2784.9
HexCFCEE3990Bf31b55
Octal317316343111101336333125
Binary110011111100111011100011100110010101111110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEE3; }

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

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

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

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

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

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

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

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