Html Css Color HEX #CBB3E2 Perfume

📋 copy color: '#CBB3E2'

red 203 ◦ green 179 ◦ blue 226

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

Shades of Perfume #CBB3E2

Tints of Perfume #CBB3E2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.44%

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 33.39%
G = 29.44%
B = 37.17%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBB3E2 (or 0xCBB3E2) is known color: Perfume. HEX triplet: CB, B3 and E2. RGB value is (203,179,226). Sum of RGB (Red+Green+Blue) = 203+179+226=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBB3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3E2 is #344C1D. Grayscale: #BFBFBF. Windows color (decimal): -3427358 or 14857163. OLE color: 14857163.

HSL color Cylindrical-coordinate representation of color #CBB3E2: hue angle of 270.64º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB3E2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 179 226 -
CMYK 0.10 0.21 0 0.11
HSL 270.64º 0.45% 0.79% -
HSV(B) 270.64º 0.21% 0.89% -
XYZ 54.48 50.43 78.81 -
YUV 191.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 203 179 226 0.10 0.21 0 0.11 270.64 0.45 0.79
Hex CB B3 E2 A 15 0 B 10F 2D 4F
Octal 313 263 342 12 25 0 13 417 55 117
Binary 11001011 10110011 11100010 1010 10101 0 1011 100001111 101101 1001111

Color Harmonies of #CBB3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3E2

Black with #CBB3E2

Text Example


Text Example

White with #CBB3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3E2; }

 p { color: rgb(203,179,226); }

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

background-color css

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

 a { background-color: rgb(203,179,226); }

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

border-color css

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

 span { border-color: rgb(203,179,226); }

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