#CCADED

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

Shades of Perfume #CCADED

Tints of Perfume #CCADED

Color information

#CCADED (or 0xCCADED) is unknown color: approx Perfume. HEX triplet: CC, AD and ED. RGB value is (204,173,237). Sum of RGB (Red+Green+Blue) = 204+173+237=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADED is #335212. Grayscale: #BDBDBD. Windows color (decimal): -3363347 or 15576524. OLE color: 15576524.

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

Color convert

RGB204173237-
CMYK0.140.2700.07
HSL269.06º64%80.39%-
HSV(B)269.06º27%92.94%-
XYZ55.1348.8486.64-
YUV189.56154.77138.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=33.22%
G=28.18%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041732370.140.2700.07269.066480.39
HexCCADEDE1B0710d4050
Octal314255355163307415100120
Binary110011001010110111101101111011011011110000110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADED; }

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

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

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

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

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

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

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

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