#CCADE1

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

Shades of Perfume #CCADE1

Tints of Perfume #CCADE1

Color information

#CCADE1 (or 0xCCADE1) is unknown color: approx Perfume. HEX triplet: CC, AD and E1. RGB value is (204,173,225). Sum of RGB (Red+Green+Blue) = 204+173+225=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADE1 is #33521E. Grayscale: #BCBCBC. Windows color (decimal): -3363359 or 14790092. OLE color: 14790092.

HSL color Cylindrical-coordinate representation of color #CCADE1: hue angle of 275.77º degrees, saturation: 0.46, 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 #CCADE1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204173225-
CMYK0.090.2300.12
HSL275.77º46.43%78.04%-
HSV(B)275.77º23.11%88.24%-
XYZ53.4448.1677.71-
YUV188.2148.77139.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=33.89%
G=28.74%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041732250.090.2300.12275.7746.4378.04
HexCCADE19170C1142e4e
Octal314255341112701442456116
Binary110011001010110111100001100110111011001000101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADE1; }

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

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

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

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

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

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

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

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