Html Css Color HEX #CBB6E5 Melrose

📋 copy color: '#CBB6E5'

red 203 ◦ green 182 ◦ blue 229

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

Shades of Melrose #CBB6E5

Tints of Melrose #CBB6E5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.64%

 BLUE value IS 229 (89.84% from 255) = 37.3%

R = 33.06%
G = 29.64%
B = 37.3%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBB6E5 (or 0xCBB6E5) is known color: Melrose. HEX triplet: CB, B6 and E5. RGB value is (203,182,229). Sum of RGB (Red+Green+Blue) = 203+182+229=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6E5 is #34491A. Grayscale: #C1C1C1. Windows color (decimal): -3426587 or 15054539. OLE color: 15054539.

HSL color Cylindrical-coordinate representation of color #CBB6E5: hue angle of 266.81º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB6E5 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 182 229 -
CMYK 0.11 0.21 0 0.10
HSL 266.81º 0.47% 0.81% -
HSV(B) 266.81º 0.21% 0.9% -
XYZ 55.5 51.81 81.2 -
YUV 193.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 203 182 229 0.11 0.21 0 0.10 266.81 0.47 0.81
Hex CB B6 E5 B 15 0 A 10B 2F 51
Octal 313 266 345 13 25 0 12 413 57 121
Binary 11001011 10110110 11100101 1011 10101 0 1010 100001011 101111 1010001

Color Harmonies of #CBB6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6E5

Black with #CBB6E5

Text Example


Text Example

White with #CBB6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6E5; }

 p { color: rgb(203,182,229); }

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

background-color css

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

 a { background-color: rgb(203,182,229); }

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

border-color css

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

 span { border-color: rgb(203,182,229); }

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