#CFAEE2

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

Shades of Prelude #CFAEE2

Tints of Prelude #CFAEE2

Color information

#CFAEE2 (or 0xCFAEE2) is unknown color: approx Prelude. HEX triplet: CF, AE and E2. RGB value is (207,174,226). Sum of RGB (Red+Green+Blue) = 207+174+226=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEE2 is #30511D. Grayscale: #BDBDBD. Windows color (decimal): -3166494 or 14855887. OLE color: 14855887.

HSL color Cylindrical-coordinate representation of color #CFAEE2: hue angle of 278.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAEE2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207174226-
CMYK0.080.2300.11
HSL278.08º47.27%78.43%-
HSV(B)278.08º23.01%88.63%-
XYZ54.649.0378.54-
YUV189.8148.43140.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=34.10%
G=28.67%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071742260.080.2300.11278.0847.2778.43
HexCFAEE28170B1162f4e
Octal317256342102701342657116
Binary110011111010111011100010100010111010111000101101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEE2; }

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

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

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

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

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

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

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

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