#ccb7df

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

Shades of Perfume #CCB7DF

Tints of Perfume #CCB7DF

Color information

#CCB7DF (or 0xCCB7DF) is unknown color: approx Perfume. HEX triplet: CC, B7 and DF. RGB value is (204,183,223). Sum of RGB (Red+Green+Blue) = 204+183+223=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DF is #334820. Grayscale: #C1C1C1. Windows color (decimal): -3360801 or 14661580. OLE color: 14661580.

HSL color Cylindrical-coordinate representation of color #CCB7DF: hue angle of 271.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB7DF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204183223-
CMYK0.090.1800.13
HSL271.5º38.46%79.61%-
HSV(B)271.5º17.94%87.45%-
XYZ55.1552.0376.95-
YUV193.84144.46135.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=33.44%
G=30%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041832230.090.1800.13271.538.4679.61
HexCCB7DF9120D1102650
Octal314267337112201542046120
Binary110011001011011111011111100110010011011000100001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb7df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb7df; }

 p { color: rgb(204,183,223); }

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

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

 a { background-color: rgb(204,183,223); }

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

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

 span { border-color: rgb(204,183,223); }

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