Html Css Color HEX #CBABEB Perfume

📋 copy color: '#CBABEB'

red 203 ◦ green 171 ◦ blue 235

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

Shades of Perfume #CBABEB

Tints of Perfume #CBABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 33.33%
G = 28.08%
B = 38.59%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBABEB (or 0xCBABEB) is known color: Perfume. HEX triplet: CB, AB and EB. RGB value is (203,171,235). Sum of RGB (Red+Green+Blue) = 203+171+235=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABEB is #345414. Grayscale: #BBBBBB. Windows color (decimal): -3429397 or 15444939. OLE color: 15444939.

HSL color Cylindrical-coordinate representation of color #CBABEB: hue angle of 270º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBABEB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 171 235 -
CMYK 0.14 0.27 0 0.08
HSL 270º 0.62% 0.8% -
HSV(B) 270º 0.27% 0.92% -
XYZ 54.19 47.82 84.97 -
YUV 187.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 203 171 235 0.14 0.27 0 0.08 270 0.62 0.8
Hex CB AB EB E 1B 0 8 10E 3E 50
Octal 313 253 353 16 33 0 10 416 76 120
Binary 11001011 10101011 11101011 1110 11011 0 1000 100001110 111110 1010000

Color Harmonies of #CBABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBABEB

Black with #CBABEB

Text Example


Text Example

White with #CBABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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