#CFAFD9

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

Shades of Prelude #CFAFD9

Tints of Prelude #CFAFD9

Color information

#CFAFD9 (or 0xCFAFD9) is unknown color: approx Prelude. HEX triplet: CF, AF and D9. RGB value is (207,175,217). Sum of RGB (Red+Green+Blue) = 207+175+217=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD9 is #305026. Grayscale: #BDBDBD. Windows color (decimal): -3166247 or 14266319. OLE color: 14266319.

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

Color convert

RGB207175217-
CMYK0.050.1900.15
HSL285.71º35.59%76.86%-
HSV(B)285.71º19.35%85.1%-
XYZ53.5948.9472.27-
YUV189.36143.6140.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 175 (68.75% from 255) = 29.22%
BLUE value IS 217 (85.16% from 255) = 36.23%
R=34.56%
G=29.22%
B=36.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071752170.050.1900.15285.7135.5976.86
HexCFAFD95130F11e244d
Octal31725733152301743644115
Binary11001111101011111101100110110011011111000111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFD9; }

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

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

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

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

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

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

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

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