#CFCAEC

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

Shades of Quartz #CFCAEC

Tints of Quartz #CFCAEC

Color information

#CFCAEC (or 0xCFCAEC) is unknown color: approx Quartz. HEX triplet: CF, CA and EC. RGB value is (207,202,236). Sum of RGB (Red+Green+Blue) = 207+202+236=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEC is #303513. Grayscale: #CFCFCF. Windows color (decimal): -3159316 or 15518415. OLE color: 15518415.

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

Color convert

RGB207202236-
CMYK0.120.1400.07
HSL248.82º47.22%85.88%-
HSV(B)248.82º14.41%92.55%-
XYZ61.9961.5687.97-
YUV207.37144.16127.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=32.09%
G=31.32%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072022360.120.1400.07248.8247.2285.88
HexCFCAECCE07f92f56
Octal31731235414160737157126
Binary110011111100101011101100110011100111111110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAEC; }

 p { color: rgb(207,202,236); }

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

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

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

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

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

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

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