#CBADEE

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

Shades of Perfume #CBADEE

Tints of Perfume #CBADEE

Color information

#CBADEE (or 0xCBADEE) is unknown color: approx Perfume. HEX triplet: CB, AD and EE. RGB value is (203,173,238). Sum of RGB (Red+Green+Blue) = 203+173+238=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADEE is #345211. Grayscale: #BDBDBD. Windows color (decimal): -3428882 or 15642059. OLE color: 15642059.

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

Color convert

RGB203173238-
CMYK0.150.2700.07
HSL267.69º65.66%80.59%-
HSV(B)267.69º27.31%93.33%-
XYZ5548.7687.4-
YUV189.38155.44137.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=33.06%
G=28.18%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031732380.150.2700.07267.6965.6680.59
HexCBADEEF1B0710c4251
Octal313255356173307414102121
Binary110010111010110111101110111111011011110000110010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADEE; }

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

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

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

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

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

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

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

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