#CFAEDD

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

Shades of Prelude #CFAEDD

Tints of Prelude #CFAEDD

Color information

#CFAEDD (or 0xCFAEDD) is unknown color: approx Prelude. HEX triplet: CF, AE and DD. RGB value is (207,174,221). Sum of RGB (Red+Green+Blue) = 207+174+221=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEDD is #305122. Grayscale: #BDBDBD. Windows color (decimal): -3166499 or 14528207. OLE color: 14528207.

HSL color Cylindrical-coordinate representation of color #CFAEDD: hue angle of 282.13º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFAEDD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207174221-
CMYK0.060.2100.13
HSL282.13º40.87%77.45%-
HSV(B)282.13º21.27%86.67%-
XYZ53.9248.7674.98-
YUV189.23145.93140.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=34.39%
G=28.90%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071742210.060.2100.13282.1340.8777.45
HexCFAEDD6150D11a294d
Octal31725633562501543251115
Binary11001111101011101101110111010101011011000110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEDD; }

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

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

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

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

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

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

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

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