Html Css Color HEX #CBB9E1 Melrose

📋 copy color: '#CBB9E1'

red 203 ◦ green 185 ◦ blue 225

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

Shades of Melrose #CBB9E1

Tints of Melrose #CBB9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.7%

R = 33.12%
G = 30.18%
B = 36.7%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBB9E1 (or 0xCBB9E1) is known color: Melrose. HEX triplet: CB, B9 and E1. RGB value is (203,185,225). Sum of RGB (Red+Green+Blue) = 203+185+225=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9E1 is #34461E. Grayscale: #C2C2C2. Windows color (decimal): -3425823 or 14793163. OLE color: 14793163.

HSL color Cylindrical-coordinate representation of color #CBB9E1: hue angle of 267º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB9E1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 185 225 -
CMYK 0.10 0.18 0 0.12
HSL 267º 0.4% 0.8% -
HSV(B) 267º 0.18% 0.88% -
XYZ 55.57 52.83 78.5 -
YUV 194.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 203 185 225 0.10 0.18 0 0.12 267 0.4 0.8
Hex CB B9 E1 A 12 0 C 10B 28 50
Octal 313 271 341 12 22 0 14 413 50 120
Binary 11001011 10111001 11100001 1010 10010 0 1100 100001011 101000 1010000

Color Harmonies of #CBB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9E1

Black with #CBB9E1

Text Example


Text Example

White with #CBB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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