#CFAEDF

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

Shades of Prelude #CFAEDF

Tints of Prelude #CFAEDF

Color information

#CFAEDF (or 0xCFAEDF) is unknown color: approx Prelude. HEX triplet: CF, AE and DF. RGB value is (207,174,223). Sum of RGB (Red+Green+Blue) = 207+174+223=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDF is #305120. Grayscale: #BDBDBD. Windows color (decimal): -3166497 or 14659279. OLE color: 14659279.

HSL color Cylindrical-coordinate representation of color #CFAEDF: hue angle of 280.41º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAEDF is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207174223-
CMYK0.070.2200.13
HSL280.41º43.36%77.84%-
HSV(B)280.41º21.97%87.45%-
XYZ54.1948.8776.39-
YUV189.45146.93140.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=34.27%
G=28.81%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071742230.070.2200.13280.4143.3677.84
HexCFAEDF7160D1182b4e
Octal31725633772601543053116
Binary11001111101011101101111111110110011011000110001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEDF; }

 p { color: rgb(207,174,223); }

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

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

 a { background-color: rgb(207,174,223); }

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

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

 span { border-color: rgb(207,174,223); }

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