#CFCFE5

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

Shades of Quartz #CFCFE5

Tints of Quartz #CFCFE5

Color information

#CFCFE5 (or 0xCFCFE5) is unknown color: approx Quartz. HEX triplet: CF, CF and E5. RGB value is (207,207,229). Sum of RGB (Red+Green+Blue) = 207+207+229=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFE5 is #30301A. Grayscale: #D1D1D1. Windows color (decimal): -3158043 or 15060943. OLE color: 15060943.

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

Color convert

RGB207207229-
CMYK0.100.1000.10
HSL240º29.73%85.49%-
HSV(B)240º9.61%89.8%-
XYZ62.1963.5583.12-
YUV209.51139126.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=32.19%
G=32.19%
B=35.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072072290.100.1000.1024029.7385.49
HexCFCFE5AA0Af01e55
Octal317317345121201236036125
Binary110011111100111111100101101010100101011110000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFE5; }

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

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

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

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

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

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

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

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