#CFCFED

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

Shades of Quartz #CFCFED

Tints of Quartz #CFCFED

Color information

#CFCFED (or 0xCFCFED) is unknown color: approx Quartz. HEX triplet: CF, CF and ED. RGB value is (207,207,237). Sum of RGB (Red+Green+Blue) = 207+207+237=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFED is #303012. Grayscale: #D2D2D2. Windows color (decimal): -3158035 or 15585231. OLE color: 15585231.

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

Color convert

RGB207207237-
CMYK0.130.1300.07
HSL240º45.45%87.06%-
HSV(B)240º12.66%92.94%-
XYZ63.3364.0189.14-
YUV210.42143125.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=31.80%
G=31.80%
B=36.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072072370.130.1300.0724045.4587.06
HexCFCFEDDD07f02d57
Octal31731735515150736055127
Binary110011111100111111101101110111010111111100001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFED; }

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

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

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

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

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

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

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

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