Html Css Color HEX #CBB1EB Perfume

📋 copy color: '#CBB1EB'

red 203 ◦ green 177 ◦ blue 235

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

Shades of Perfume #CBB1EB

Tints of Perfume #CBB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.78%

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

R = 33.01%
G = 28.78%
B = 38.21%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBB1EB (or 0xCBB1EB) is known color: Perfume. HEX triplet: CB, B1 and EB. RGB value is (203,177,235). Sum of RGB (Red+Green+Blue) = 203+177+235=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1EB is #344E14. Grayscale: #BFBFBF. Windows color (decimal): -3427861 or 15446475. OLE color: 15446475.

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

Color convert

RGB 203 177 235 -
CMYK 0.14 0.25 0 0.08
HSL 266.9º 0.59% 0.81% -
HSV(B) 266.9º 0.25% 0.92% -
XYZ 55.35 50.14 85.36 -
YUV 191.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 203 177 235 0.14 0.25 0 0.08 266.9 0.59 0.81
Hex CB B1 EB E 19 0 8 10B 3B 51
Octal 313 261 353 16 31 0 10 413 73 121
Binary 11001011 10110001 11101011 1110 11001 0 1000 100001011 111011 1010001

Color Harmonies of #CBB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB1EB

Black with #CBB1EB

Text Example


Text Example

White with #CBB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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