#CFAED7

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

Shades of Prelude #CFAED7

Tints of Prelude #CFAED7

Color information

#CFAED7 (or 0xCFAED7) is unknown color: approx Prelude. HEX triplet: CF, AE and D7. RGB value is (207,174,215). Sum of RGB (Red+Green+Blue) = 207+174+215=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED7 is #305128. Grayscale: #BCBCBC. Windows color (decimal): -3166505 or 14134991. OLE color: 14134991.

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

Color convert

RGB207174215-
CMYK0.040.1900.16
HSL288.29º33.88%76.27%-
HSV(B)288.29º19.07%84.31%-
XYZ53.1348.4470.84-
YUV188.54142.93141.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=34.73%
G=29.19%
B=36.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2071742150.040.1900.16288.2933.8876.27
HexCFAED7413010120224c
Octal31725632742302044042114
Binary110011111010111011010111100100110100001001000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAED7; }

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

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

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

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

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

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

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

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