Html Css Color HEX #CBB8EC Melrose

📋 copy color: '#CBB8EC'

red 203 ◦ green 184 ◦ blue 236

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

Shades of Melrose #CBB8EC

Tints of Melrose #CBB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.53%

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

R = 32.58%
G = 29.53%
B = 37.88%

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

#CBB8EC (or 0xCBB8EC) is known color: Melrose. HEX triplet: CB, B8 and EC. RGB value is (203,184,236). Sum of RGB (Red+Green+Blue) = 203+184+236=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8EC is #344713. Grayscale: #C3C3C3. Windows color (decimal): -3426068 or 15513803. OLE color: 15513803.

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

Color convert

RGB 203 184 236 -
CMYK 0.14 0.22 0 0.07
HSL 261.92º 0.58% 0.82% -
HSV(B) 261.92º 0.22% 0.93% -
XYZ 56.91 53.03 86.59 -
YUV 195.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 203 184 236 0.14 0.22 0 0.07 261.92 0.58 0.82
Hex CB B8 EC E 16 0 7 106 3A 52
Octal 313 270 354 16 26 0 7 406 72 122
Binary 11001011 10111000 11101100 1110 10110 0 111 100000110 111010 1010010

Color Harmonies of #CBB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8EC

Black with #CBB8EC

Text Example


Text Example

White with #CBB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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