Html Css Color HEX #CBB9EC Melrose

📋 copy color: '#CBB9EC'

red 203 ◦ green 185 ◦ blue 236

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

Shades of Melrose #CBB9EC

Tints of Melrose #CBB9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.65%

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

R = 32.53%
G = 29.65%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB9EC (or 0xCBB9EC) is known color: Melrose. HEX triplet: CB, B9 and EC. RGB value is (203,185,236). Sum of RGB (Red+Green+Blue) = 203+185+236=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9EC is #344613. Grayscale: #C4C4C4. Windows color (decimal): -3425812 or 15514059. OLE color: 15514059.

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

Color convert

RGB 203 185 236 -
CMYK 0.14 0.22 0 0.07
HSL 261.18º 0.57% 0.83% -
HSV(B) 261.18º 0.22% 0.93% -
XYZ 57.12 53.45 86.66 -
YUV 196.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 203 185 236 0.14 0.22 0 0.07 261.18 0.57 0.83
Hex CB B9 EC E 16 0 7 105 39 53
Octal 313 271 354 16 26 0 7 405 71 123
Binary 11001011 10111001 11101100 1110 10110 0 111 100000101 111001 1010011

Color Harmonies of #CBB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9EC

Black with #CBB9EC

Text Example


Text Example

White with #CBB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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