#CFADEE

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

Shades of Perfume #CFADEE

Tints of Perfume #CFADEE

Color information

#CFADEE (or 0xCFADEE) is unknown color: approx Perfume. HEX triplet: CF, AD and EE. RGB value is (207,173,238). Sum of RGB (Red+Green+Blue) = 207+173+238=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEE is #305211. Grayscale: #BEBEBE. Windows color (decimal): -3166738 or 15642063. OLE color: 15642063.

HSL color Cylindrical-coordinate representation of color #CFADEE: hue angle of 271.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFADEE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207173238-
CMYK0.130.2700.07
HSL271.38º65.66%80.59%-
HSV(B)271.38º27.31%93.33%-
XYZ56.1149.3387.45-
YUV190.58154.76139.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=33.50%
G=27.99%
B=38.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071732380.130.2700.07271.3865.6680.59
HexCFADEED1B0710f4251
Octal317255356153307417102121
Binary110011111010110111101110110111011011110000111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADEE; }

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

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

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

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

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

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

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

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