Html Css Color HEX #CBA9E7 Perfume

📋 copy color: '#CBA9E7'

red 203 ◦ green 169 ◦ blue 231

#CBA9E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #CBA9E7

Tints of Perfume #CBA9E7

RGB

 RED value IS 203 (79.69% from 255) = 33.67%

 GREEN value IS 169 (66.41% from 255) = 28.03%

 BLUE value IS 231 (90.63% from 255) = 38.31%

R = 33.67%
G = 28.03%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBA9E7 (or 0xCBA9E7) is known color: Perfume. HEX triplet: CB, A9 and E7. RGB value is (203,169,231). Sum of RGB (Red+Green+Blue) = 203+169+231=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBA9E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9E7 is #345618. Grayscale: #BABABA. Windows color (decimal): -3429913 or 15182283. OLE color: 15182283.

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

Color convert

RGB 203 169 231 -
CMYK 0.12 0.27 0 0.09
HSL 272.9º 0.56% 0.78% -
HSV(B) 272.9º 0.27% 0.91% -
XYZ 53.24 46.84 81.84 -
YUV 186.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 203 169 231 0.12 0.27 0 0.09 272.9 0.56 0.78
Hex CB A9 E7 C 1B 0 9 111 38 4E
Octal 313 251 347 14 33 0 11 421 70 116
Binary 11001011 10101001 11100111 1100 11011 0 1001 100010001 111000 1001110

Color Harmonies of #CBA9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA9E7

Black with #CBA9E7

Text Example


Text Example

White with #CBA9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA9E7; }

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

 H1.HeaderClassName
 {
   color: #CBA9E7;
 }
 .AnyTagClassName
 {
   color: #CBA9E7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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