Html Css Color HEX #CBBAEB Melrose

📋 copy color: '#CBBAEB'

red 203 ◦ green 186 ◦ blue 235

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

Shades of Melrose #CBBAEB

Tints of Melrose #CBBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

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

R = 32.53%
G = 29.81%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBBAEB (or 0xCBBAEB) is known color: Melrose. HEX triplet: CB, BA and EB. RGB value is (203,186,235). Sum of RGB (Red+Green+Blue) = 203+186+235=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAEB is #344514. Grayscale: #C4C4C4. Windows color (decimal): -3425557 or 15448779. OLE color: 15448779.

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

Color convert

RGB 203 186 235 -
CMYK 0.14 0.21 0 0.08
HSL 260.82º 0.55% 0.83% -
HSV(B) 260.82º 0.21% 0.92% -
XYZ 57.18 53.81 85.97 -
YUV 196.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 203 186 235 0.14 0.21 0 0.08 260.82 0.55 0.83
Hex CB BA EB E 15 0 8 105 37 53
Octal 313 272 353 16 25 0 10 405 67 123
Binary 11001011 10111010 11101011 1110 10101 0 1000 100000101 110111 1010011

Color Harmonies of #CBBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAEB

Black with #CBBAEB

Text Example


Text Example

White with #CBBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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