#CFACD6

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

Shades of Prelude #CFACD6

Tints of Prelude #CFACD6

Color information

#CFACD6 (or 0xCFACD6) is unknown color: approx Prelude. HEX triplet: CF, AC and D6. RGB value is (207,172,214). Sum of RGB (Red+Green+Blue) = 207+172+214=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD6 is #305329. Grayscale: #BBBBBB. Windows color (decimal): -3167018 or 14068943. OLE color: 14068943.

HSL color Cylindrical-coordinate representation of color #CFACD6: hue angle of 290º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFACD6 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207172214-
CMYK0.030.2000.16
HSL290º33.87%75.69%-
HSV(B)290º19.63%83.92%-
XYZ52.6247.6370.04-
YUV187.25143.1142.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=34.91%
G=29.01%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071722140.030.2000.1629033.8775.69
HexCFACD6314010122224c
Octal31725432632402044242114
Binary11001111101011001101011011101000100001001000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACD6; }

 p { color: rgb(207,172,214); }

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

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

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

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

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

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

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