Html Css Color HEX #CBB6EB Melrose

📋 copy color: '#CBB6EB'

red 203 ◦ green 182 ◦ blue 235

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

Shades of Melrose #CBB6EB

Tints of Melrose #CBB6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 32.74%
G = 29.35%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBB6EB (or 0xCBB6EB) is known color: Melrose. HEX triplet: CB, B6 and EB. RGB value is (203,182,235). Sum of RGB (Red+Green+Blue) = 203+182+235=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBB6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6EB is #344914. Grayscale: #C2C2C2. Windows color (decimal): -3426581 or 15447755. OLE color: 15447755.

HSL color Cylindrical-coordinate representation of color #CBB6EB: hue angle of 263.77º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB6EB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 182 235 -
CMYK 0.14 0.23 0 0.08
HSL 263.77º 0.57% 0.82% -
HSV(B) 263.77º 0.23% 0.92% -
XYZ 56.35 52.15 85.69 -
YUV 194.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 203 182 235 0.14 0.23 0 0.08 263.77 0.57 0.82
Hex CB B6 EB E 17 0 8 108 39 52
Octal 313 266 353 16 27 0 10 410 71 122
Binary 11001011 10110110 11101011 1110 10111 0 1000 100001000 111001 1010010

Color Harmonies of #CBB6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB6EB

Black with #CBB6EB

Text Example


Text Example

White with #CBB6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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