#CFAFD6

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

Shades of Prelude #CFAFD6

Tints of Prelude #CFAFD6

Color information

#CFAFD6 (or 0xCFAFD6) is unknown color: approx Prelude. HEX triplet: CF, AF and D6. RGB value is (207,175,214). Sum of RGB (Red+Green+Blue) = 207+175+214=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD6 is #305029. Grayscale: #BCBCBC. Windows color (decimal): -3166250 or 14069711. OLE color: 14069711.

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

Color convert

RGB207175214-
CMYK0.030.1800.16
HSL289.23º32.23%76.27%-
HSV(B)289.23º18.22%83.92%-
XYZ53.248.7870.23-
YUV189.01142.1140.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 214 (83.98% from 255) = 35.91%
R=34.73%
G=29.36%
B=35.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071752140.030.1800.16289.2332.2376.27
HexCFAFD6312010121204c
Octal31725732632202044140114
Binary11001111101011111101011011100100100001001000011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFD6; }

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

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

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

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

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

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

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

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