Html Css Color HEX #CBABEF Perfume

📋 copy color: '#CBABEF'

red 203 ◦ green 171 ◦ blue 239

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

Shades of Perfume #CBABEF

Tints of Perfume #CBABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.9%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 33.12%
G = 27.9%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBABEF (or 0xCBABEF) is known color: Perfume. HEX triplet: CB, AB and EF. RGB value is (203,171,239). Sum of RGB (Red+Green+Blue) = 203+171+239=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABEF is #345410. Grayscale: #BCBCBC. Windows color (decimal): -3429393 or 15707083. OLE color: 15707083.

HSL color Cylindrical-coordinate representation of color #CBABEF: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBABEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 171 239 -
CMYK 0.15 0.28 0 0.06
HSL 268.24º 0.68% 0.8% -
HSV(B) 268.24º 0.28% 0.94% -
XYZ 54.77 48.05 88.05 -
YUV 188.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 203 171 239 0.15 0.28 0 0.06 268.24 0.68 0.8
Hex CB AB EF F 1C 0 6 10C 44 50
Octal 313 253 357 17 34 0 6 414 104 120
Binary 11001011 10101011 11101111 1111 11100 0 110 100001100 1000100 1010000

Color Harmonies of #CBABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABEF

Black with #CBABEF

Text Example


Text Example

White with #CBABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABEF; }

 p { color: rgb(203,171,239); }

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

background-color css

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

 a { background-color: rgb(203,171,239); }

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

border-color css

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

 span { border-color: rgb(203,171,239); }

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