Html Css Color HEX #CBB6E9 Melrose

📋 copy color: '#CBB6E9'

red 203 ◦ green 182 ◦ blue 233

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

Shades of Melrose #CBB6E9

Tints of Melrose #CBB6E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.7%

R = 32.85%
G = 29.45%
B = 37.7%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBB6E9 (or 0xCBB6E9) is known color: Melrose. HEX triplet: CB, B6 and E9. RGB value is (203,182,233). Sum of RGB (Red+Green+Blue) = 203+182+233=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6E9 is #344916. Grayscale: #C1C1C1. Windows color (decimal): -3426583 or 15316683. OLE color: 15316683.

HSL color Cylindrical-coordinate representation of color #CBB6E9: hue angle of 264.71º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB6E9 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 182 233 -
CMYK 0.13 0.22 0 0.09
HSL 264.71º 0.54% 0.81% -
HSV(B) 264.71º 0.22% 0.91% -
XYZ 56.06 52.04 84.18 -
YUV 194.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 203 182 233 0.13 0.22 0 0.09 264.71 0.54 0.81
Hex CB B6 E9 D 16 0 9 109 36 51
Octal 313 266 351 15 26 0 11 411 66 121
Binary 11001011 10110110 11101001 1101 10110 0 1001 100001001 110110 1010001

Color Harmonies of #CBB6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6E9

Black with #CBB6E9

Text Example


Text Example

White with #CBB6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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