Html Css Color HEX #CBB3EC Melrose

📋 copy color: '#CBB3EC'

red 203 ◦ green 179 ◦ blue 236

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

Shades of Melrose #CBB3EC

Tints of Melrose #CBB3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 32.85%
G = 28.96%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB3EC (or 0xCBB3EC) is known color: Melrose. HEX triplet: CB, B3 and EC. RGB value is (203,179,236). Sum of RGB (Red+Green+Blue) = 203+179+236=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3EC is #344C13. Grayscale: #C0C0C0. Windows color (decimal): -3427348 or 15512523. OLE color: 15512523.

HSL color Cylindrical-coordinate representation of color #CBB3EC: hue angle of 265.26º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB3EC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 179 236 -
CMYK 0.14 0.24 0 0.07
HSL 265.26º 0.6% 0.81% -
HSV(B) 265.26º 0.24% 0.93% -
XYZ 55.89 50.99 86.25 -
YUV 192.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 203 179 236 0.14 0.24 0 0.07 265.26 0.6 0.81
Hex CB B3 EC E 18 0 7 109 3C 51
Octal 313 263 354 16 30 0 7 411 74 121
Binary 11001011 10110011 11101100 1110 11000 0 111 100001001 111100 1010001

Color Harmonies of #CBB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3EC

Black with #CBB3EC

Text Example


Text Example

White with #CBB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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