#CBADE7

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

Shades of Perfume #CBADE7

Tints of Perfume #CBADE7

Color information

#CBADE7 (or 0xCBADE7) is unknown color: approx Perfume. HEX triplet: CB, AD and E7. RGB value is (203,173,231). Sum of RGB (Red+Green+Blue) = 203+173+231=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE7 is #345218. Grayscale: #BCBCBC. Windows color (decimal): -3428889 or 15183307. OLE color: 15183307.

HSL color Cylindrical-coordinate representation of color #CBADE7: hue angle of 271.03º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBADE7 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203173231-
CMYK0.120.2500.09
HSL271.03º54.72%79.22%-
HSV(B)271.03º25.11%90.59%-
XYZ5448.3582.09-
YUV188.58151.94138.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=33.44%
G=28.50%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031732310.120.2500.09271.0354.7279.22
HexCBADE7C190910f374f
Octal313255347143101141767117
Binary110010111010110111100111110011001010011000011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADE7; }

 p { color: rgb(203,173,231); }

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

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

 a { background-color: rgb(203,173,231); }

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

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

 span { border-color: rgb(203,173,231); }

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