#CFAEDA

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

Shades of Prelude #CFAEDA

Tints of Prelude #CFAEDA

Color information

#CFAEDA (or 0xCFAEDA) is unknown color: approx Prelude. HEX triplet: CF, AE and DA. RGB value is (207,174,218). Sum of RGB (Red+Green+Blue) = 207+174+218=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDA is #305125. Grayscale: #BCBCBC. Windows color (decimal): -3166502 or 14331599. OLE color: 14331599.

HSL color Cylindrical-coordinate representation of color #CFAEDA: hue angle of 285º 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 #CFAEDA is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207174218-
CMYK0.050.2000.15
HSL285º37.29%76.86%-
HSV(B)285º20.18%85.49%-
XYZ53.5248.672.89-
YUV188.88144.43140.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=34.56%
G=29.05%
B=36.39%

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
Decimal2071742180.050.2000.1528537.2976.86
HexCFAEDA5140F11d254d
Octal31725633252401743545115
Binary11001111101011101101101010110100011111000111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEDA; }

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

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

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

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

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

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

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

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