#CFAFDA

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

Shades of Prelude #CFAFDA

Tints of Prelude #CFAFDA

Color information

#CFAFDA (or 0xCFAFDA) is unknown color: approx Prelude. HEX triplet: CF, AF and DA. RGB value is (207,175,218). Sum of RGB (Red+Green+Blue) = 207+175+218=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFDA is #305025. Grayscale: #BDBDBD. Windows color (decimal): -3166246 or 14331855. OLE color: 14331855.

HSL color Cylindrical-coordinate representation of color #CFAFDA: hue angle of 284.65º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAFDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207175218-
CMYK0.050.2000.15
HSL284.65º36.75%77.06%-
HSV(B)284.65º19.72%85.49%-
XYZ53.7248.9972.95-
YUV189.47144.1140.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=34.5%
G=29.17%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071752180.050.2000.15284.6536.7577.06
HexCFAFDA5140F11d254d
Octal31725733252401743545115
Binary11001111101011111101101010110100011111000111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFDA; }

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

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

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

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

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

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

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

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