#CFCCED

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

Shades of Quartz #CFCCED

Tints of Quartz #CFCCED

Color information

#CFCCED (or 0xCFCCED) is unknown color: approx Quartz. HEX triplet: CF, CC and ED. RGB value is (207,204,237). Sum of RGB (Red+Green+Blue) = 207+204+237=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCED is #303312. Grayscale: #D0D0D0. Windows color (decimal): -3158803 or 15584463. OLE color: 15584463.

HSL color Cylindrical-coordinate representation of color #CFCCED: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFCCED is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207204237-
CMYK0.130.1400.07
HSL245.45º47.83%86.47%-
HSV(B)245.45º13.92%92.94%-
XYZ62.6162.5788.9-
YUV208.66143.99126.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=31.94%
G=31.48%
B=36.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072042370.130.1400.07245.4547.8386.47
HexCFCCEDDE07f53056
Octal31731435515160736560126
Binary110011111100110011101101110111100111111101011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCED; }

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

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

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

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

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

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

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

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