#CCADEB

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

Shades of Perfume #CCADEB

Tints of Perfume #CCADEB

Color information

#CCADEB (or 0xCCADEB) is unknown color: approx Perfume. HEX triplet: CC, AD and EB. RGB value is (204,173,235). Sum of RGB (Red+Green+Blue) = 204+173+235=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEB is #335214. Grayscale: #BDBDBD. Windows color (decimal): -3363349 or 15445452. OLE color: 15445452.

HSL color Cylindrical-coordinate representation of color #CCADEB: hue angle of 270º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCADEB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204173235-
CMYK0.130.2600.08
HSL270º60.78%80%-
HSV(B)270º26.38%92.16%-
XYZ54.8448.7285.11-
YUV189.34153.77138.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=33.33%
G=28.27%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041732350.130.2600.0827060.7880
HexCCADEBD1A0810e3d50
Octal314255353153201041675120
Binary110011001010110111101011110111010010001000011101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADEB; }

 p { color: rgb(204,173,235); }

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

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

 a { background-color: rgb(204,173,235); }

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

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

 span { border-color: rgb(204,173,235); }

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