#CEAFF0

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

Shades of Perfume #CEAFF0

Tints of Perfume #CEAFF0

Color information

#CEAFF0 (or 0xCEAFF0) is unknown color: approx Perfume. HEX triplet: CE, AF and F0. RGB value is (206,175,240). Sum of RGB (Red+Green+Blue) = 206+175+240=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF0 is #31500F. Grayscale: #BFBFBF. Windows color (decimal): -3231760 or 15773646. OLE color: 15773646.

HSL color Cylindrical-coordinate representation of color #CEAFF0: hue angle of 268.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEAFF0 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206175240-
CMYK0.140.2700.06
HSL268.62º68.42%81.37%-
HSV(B)268.62º27.08%94.12%-
XYZ56.5150.0789.12-
YUV191.68155.27138.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 240 (94.14% from 255) = 38.65%
R=33.17%
G=28.18%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061752400.140.2700.06268.6268.4281.37
HexCEAFF0E1B0610d4451
Octal316257360163306415104121
Binary110011101010111111110000111011011011010000110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFF0; }

 p { color: rgb(206,175,240); }

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

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

 a { background-color: rgb(206,175,240); }

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

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

 span { border-color: rgb(206,175,240); }

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