#CFADE0

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

Shades of Prelude #CFADE0

Tints of Prelude #CFADE0

Color information

#CFADE0 (or 0xCFADE0) is unknown color: approx Prelude. HEX triplet: CF, AD and E0. RGB value is (207,173,224). Sum of RGB (Red+Green+Blue) = 207+173+224=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADE0 is #30521F. Grayscale: #BCBCBC. Windows color (decimal): -3166752 or 14724559. OLE color: 14724559.

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

Color convert

RGB207173224-
CMYK0.080.2300.12
HSL280º45.13%77.84%-
HSV(B)280º22.77%87.84%-
XYZ54.1348.5377.04-
YUV188.98147.76140.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=34.27%
G=28.64%
B=37.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071732240.080.2300.1228045.1377.84
HexCFADE08170C1182d4e
Octal317255340102701443055116
Binary110011111010110111100000100010111011001000110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADE0; }

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

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

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

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

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

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

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

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