#CFACDA

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

Shades of Prelude #CFACDA

Tints of Prelude #CFACDA

Color information

#CFACDA (or 0xCFACDA) is unknown color: approx Prelude. HEX triplet: CF, AC and DA. RGB value is (207,172,218). Sum of RGB (Red+Green+Blue) = 207+172+218=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACDA is #305325. Grayscale: #BBBBBB. Windows color (decimal): -3167014 or 14331087. OLE color: 14331087.

HSL color Cylindrical-coordinate representation of color #CFACDA: hue angle of 285.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFACDA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207172218-
CMYK0.050.2100.15
HSL285.65º38.33%76.47%-
HSV(B)285.65º21.1%85.49%-
XYZ53.1447.8372.76-
YUV187.71145.1141.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=34.67%
G=28.81%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071722180.050.2100.15285.6538.3376.47
HexCFACDA5150F11e264c
Octal31725433252501743646114
Binary11001111101011001101101010110101011111000111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACDA; }

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

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

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

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

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

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

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

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