#CFAFE0

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

Shades of Prelude #CFAFE0

Tints of Prelude #CFAFE0

Color information

#CFAFE0 (or 0xCFAFE0) is unknown color: approx Prelude. HEX triplet: CF, AF and E0. RGB value is (207,175,224). Sum of RGB (Red+Green+Blue) = 207+175+224=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE0 is #30501F. Grayscale: #BDBDBD. Windows color (decimal): -3166240 or 14725071. OLE color: 14725071.

HSL color Cylindrical-coordinate representation of color #CFAFE0: hue angle of 279.18º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFAFE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207175224-
CMYK0.080.2200.12
HSL279.18º44.14%78.24%-
HSV(B)279.18º21.88%87.84%-
XYZ54.5249.3177.16-
YUV190.15147.1140.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=34.16%
G=28.88%
B=36.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071752240.080.2200.12279.1844.1478.24
HexCFAFE08160C1172c4e
Octal317257340102601442754116
Binary110011111010111111100000100010110011001000101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFE0; }

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

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

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

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

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

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

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

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