Html Css Color HEX #CBB5E6 Perfume

📋 copy color: '#CBB5E6'

red 203 ◦ green 181 ◦ blue 230

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

Shades of Perfume #CBB5E6

Tints of Perfume #CBB5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.48%

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 33.06%
G = 29.48%
B = 37.46%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBB5E6 (or 0xCBB5E6) is known color: Perfume. HEX triplet: CB, B5 and E6. RGB value is (203,181,230). Sum of RGB (Red+Green+Blue) = 203+181+230=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5E6 is #344A19. Grayscale: #C0C0C0. Windows color (decimal): -3426842 or 15119819. OLE color: 15119819.

HSL color Cylindrical-coordinate representation of color #CBB5E6: hue angle of 266.94º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB5E6 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 181 230 -
CMYK 0.12 0.21 0 0.10
HSL 266.94º 0.49% 0.81% -
HSV(B) 266.94º 0.21% 0.9% -
XYZ 55.44 51.46 81.87 -
YUV 193.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 203 181 230 0.12 0.21 0 0.10 266.94 0.49 0.81
Hex CB B5 E6 C 15 0 A 10B 31 51
Octal 313 265 346 14 25 0 12 413 61 121
Binary 11001011 10110101 11100110 1100 10101 0 1010 100001011 110001 1010001

Color Harmonies of #CBB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5E6

Black with #CBB5E6

Text Example


Text Example

White with #CBB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5E6; }

 p { color: rgb(203,181,230); }

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

background-color css

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

 a { background-color: rgb(203,181,230); }

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

border-color css

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

 span { border-color: rgb(203,181,230); }

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