#CFCCE3

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

Shades of Quartz #CFCCE3

Tints of Quartz #CFCCE3

Color information

#CFCCE3 (or 0xCFCCE3) is unknown color: approx Quartz. HEX triplet: CF, CC and E3. RGB value is (207,204,227). Sum of RGB (Red+Green+Blue) = 207+204+227=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE3 is #30331C. Grayscale: #CFCFCF. Windows color (decimal): -3158813 or 14929103. OLE color: 14929103.

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

Color convert

RGB207204227-
CMYK0.090.1000.11
HSL247.83º29.11%84.51%-
HSV(B)247.83º10.13%89.02%-
XYZ61.196281.41-
YUV207.52138.99127.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=32.45%
G=31.97%
B=35.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072042270.090.1000.11247.8329.1184.51
HexCFCCE39A0Bf81d55
Octal317314343111201337035125
Binary110011111100110011100011100110100101111111000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCE3; }

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

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

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

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

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

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

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

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