#CFCFE1

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

Shades of Quartz #CFCFE1

Tints of Quartz #CFCFE1

Color information

#CFCFE1 (or 0xCFCFE1) is unknown color: approx Quartz. HEX triplet: CF, CF and E1. RGB value is (207,207,225). Sum of RGB (Red+Green+Blue) = 207+207+225=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFCFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFE1 is #30301E. Grayscale: #D0D0D0. Windows color (decimal): -3158047 or 14798799. OLE color: 14798799.

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

Color convert

RGB207207225-
CMYK0.080.0800.12
HSL240º23.08%84.71%-
HSV(B)240º8%88.24%-
XYZ61.6463.3380.21-
YUV209.05137126.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=32.39%
G=32.39%
B=35.21%

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
Decimal2072072250.080.0800.1224023.0884.71
HexCFCFE1880Cf01755
Octal317317341101001436027125
Binary110011111100111111100001100010000110011110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFE1; }

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

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

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

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

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

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

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

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