Html Css Color HEX #CBB7E6 Melrose

📋 copy color: '#CBB7E6'

red 203 ◦ green 183 ◦ blue 230

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

Shades of Melrose #CBB7E6

Tints of Melrose #CBB7E6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.71%

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

R = 32.95%
G = 29.71%
B = 37.34%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBB7E6 (or 0xCBB7E6) is known color: Melrose. HEX triplet: CB, B7 and E6. RGB value is (203,183,230). Sum of RGB (Red+Green+Blue) = 203+183+230=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7E6 is #344819. Grayscale: #C2C2C2. Windows color (decimal): -3426330 or 15120331. OLE color: 15120331.

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

Color convert

RGB 203 183 230 -
CMYK 0.12 0.20 0 0.10
HSL 265.53º 0.48% 0.81% -
HSV(B) 265.53º 0.2% 0.9% -
XYZ 55.85 52.28 82.01 -
YUV 194.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 203 183 230 0.12 0.20 0 0.10 265.53 0.48 0.81
Hex CB B7 E6 C 14 0 A 10A 30 51
Octal 313 267 346 14 24 0 12 412 60 121
Binary 11001011 10110111 11100110 1100 10100 0 1010 100001010 110000 1010001

Color Harmonies of #CBB7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7E6

Black with #CBB7E6

Text Example


Text Example

White with #CBB7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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