Html Css Color HEX #CBBAE1 Melrose

📋 copy color: '#CBBAE1'

red 203 ◦ green 186 ◦ blue 225

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

Shades of Melrose #CBBAE1

Tints of Melrose #CBBAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 33.06%
G = 30.29%
B = 36.64%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBBAE1 (or 0xCBBAE1) is known color: Melrose. HEX triplet: CB, BA and E1. RGB value is (203,186,225). Sum of RGB (Red+Green+Blue) = 203+186+225=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAE1 is #34451E. Grayscale: #C3C3C3. Windows color (decimal): -3425567 or 14793419. OLE color: 14793419.

HSL color Cylindrical-coordinate representation of color #CBBAE1: hue angle of 266.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBAE1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 186 225 -
CMYK 0.10 0.17 0 0.12
HSL 266.15º 0.39% 0.81% -
HSV(B) 266.15º 0.17% 0.88% -
XYZ 55.78 53.25 78.57 -
YUV 195.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 203 186 225 0.10 0.17 0 0.12 266.15 0.39 0.81
Hex CB BA E1 A 11 0 C 10A 27 51
Octal 313 272 341 12 21 0 14 412 47 121
Binary 11001011 10111010 11100001 1010 10001 0 1100 100001010 100111 1010001

Color Harmonies of #CBBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAE1

Black with #CBBAE1

Text Example


Text Example

White with #CBBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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