#CFACD5

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

Shades of Prelude #CFACD5

Tints of Prelude #CFACD5

Color information

#CFACD5 (or 0xCFACD5) is unknown color: approx Prelude. HEX triplet: CF, AC and D5. RGB value is (207,172,213). Sum of RGB (Red+Green+Blue) = 207+172+213=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACD5 is #30532A. Grayscale: #BBBBBB. Windows color (decimal): -3167019 or 14003407. OLE color: 14003407.

HSL color Cylindrical-coordinate representation of color #CFACD5: hue angle of 291.22º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFACD5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207172213-
CMYK0.030.1900.16
HSL291.22º32.8%75.49%-
HSV(B)291.22º19.25%83.53%-
XYZ52.4947.5769.37-
YUV187.14142.6142.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=34.97%
G=29.05%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071722130.030.1900.16291.2232.875.49
HexCFACD5313010123214b
Octal31725432532302044341113
Binary11001111101011001101010111100110100001001000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACD5; }

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

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

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

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

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

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

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

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