Html Css Color HEX #CBBAE5 Melrose

📋 copy color: '#CBBAE5'

red 203 ◦ green 186 ◦ blue 229

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

Shades of Melrose #CBBAE5

Tints of Melrose #CBBAE5

RGB

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

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

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

R = 32.85%
G = 30.1%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBBAE5 (or 0xCBBAE5) is known color: Melrose. HEX triplet: CB, BA and E5. RGB value is (203,186,229). Sum of RGB (Red+Green+Blue) = 203+186+229=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAE5 is #34451A. Grayscale: #C3C3C3. Windows color (decimal): -3425563 or 15055563. OLE color: 15055563.

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

Color convert

RGB 203 186 229 -
CMYK 0.11 0.19 0 0.10
HSL 263.72º 0.45% 0.81% -
HSV(B) 263.72º 0.19% 0.9% -
XYZ 56.33 53.47 81.48 -
YUV 195.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 203 186 229 0.11 0.19 0 0.10 263.72 0.45 0.81
Hex CB BA E5 B 13 0 A 108 2D 51
Octal 313 272 345 13 23 0 12 410 55 121
Binary 11001011 10111010 11100101 1011 10011 0 1010 100001000 101101 1010001

Color Harmonies of #CBBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBAE5

Black with #CBBAE5

Text Example


Text Example

White with #CBBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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