#CBADE8

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

Shades of Perfume #CBADE8

Tints of Perfume #CBADE8

Color information

#CBADE8 (or 0xCBADE8) is unknown color: approx Perfume. HEX triplet: CB, AD and E8. RGB value is (203,173,232). Sum of RGB (Red+Green+Blue) = 203+173+232=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE8 is #345217. Grayscale: #BCBCBC. Windows color (decimal): -3428888 or 15248843. OLE color: 15248843.

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

Color convert

RGB203173232-
CMYK0.120.2500.09
HSL270.51º56.19%79.41%-
HSV(B)270.51º25.43%90.98%-
XYZ54.1448.4182.83-
YUV188.7152.44138.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=33.39%
G=28.45%
B=38.16%

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
Decimal2031732320.120.2500.09270.5156.1979.41
HexCBADE8C190910f384f
Octal313255350143101141770117
Binary110010111010110111101000110011001010011000011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADE8; }

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

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

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

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

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

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

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

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