#CFCEE1

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

Shades of Quartz #CFCEE1

Tints of Quartz #CFCEE1

Color information

#CFCEE1 (or 0xCFCEE1) is unknown color: approx Quartz. HEX triplet: CF, CE and E1. RGB value is (207,206,225). Sum of RGB (Red+Green+Blue) = 207+206+225=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEE1 is #30311E. Grayscale: #D0D0D0. Windows color (decimal): -3158303 or 14798543. OLE color: 14798543.

HSL color Cylindrical-coordinate representation of color #CFCEE1: hue angle of 243.16º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCEE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207206225-
CMYK0.080.0800.12
HSL243.16º24.05%84.51%-
HSV(B)243.16º8.44%88.24%-
XYZ61.3962.8480.13-
YUV208.46137.33126.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=32.45%
G=32.29%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072062250.080.0800.12243.1624.0584.51
HexCFCEE1880Cf31855
Octal317316341101001436330125
Binary110011111100111011100001100010000110011110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEE1; }

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

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

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

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

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

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

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

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