#CBAEDF

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

Shades of Perfume #CBAEDF

Tints of Perfume #CBAEDF

Color information

#CBAEDF (or 0xCBAEDF) is unknown color: approx Perfume. HEX triplet: CB, AE and DF. RGB value is (203,174,223). Sum of RGB (Red+Green+Blue) = 203+174+223=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDF is #345120. Grayscale: #BCBCBC. Windows color (decimal): -3428641 or 14659275. OLE color: 14659275.

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

Color convert

RGB203174223-
CMYK0.090.2200.13
HSL275.51º43.36%77.84%-
HSV(B)275.51º21.97%87.45%-
XYZ53.0848.376.34-
YUV188.26147.61138.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=33.83%
G=29%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031742230.090.2200.13275.5143.3677.84
HexCBAEDF9160D1142b4e
Octal313256337112601542453116
Binary110010111010111011011111100110110011011000101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEDF; }

 p { color: rgb(203,174,223); }

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

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

 a { background-color: rgb(203,174,223); }

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

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

 span { border-color: rgb(203,174,223); }

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