Html Css Color HEX #CBB8E5 Melrose

📋 copy color: '#CBB8E5'

red 203 ◦ green 184 ◦ blue 229

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

Shades of Melrose #CBB8E5

Tints of Melrose #CBB8E5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

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

R = 32.95%
G = 29.87%
B = 37.18%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBB8E5 (or 0xCBB8E5) is known color: Melrose. HEX triplet: CB, B8 and E5. RGB value is (203,184,229). Sum of RGB (Red+Green+Blue) = 203+184+229=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8E5 is #34471A. Grayscale: #C2C2C2. Windows color (decimal): -3426075 or 15055051. OLE color: 15055051.

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

Color convert

RGB 203 184 229 -
CMYK 0.11 0.20 0 0.10
HSL 265.33º 0.46% 0.81% -
HSV(B) 265.33º 0.2% 0.9% -
XYZ 55.91 52.63 81.34 -
YUV 194.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 203 184 229 0.11 0.20 0 0.10 265.33 0.46 0.81
Hex CB B8 E5 B 14 0 A 109 2E 51
Octal 313 270 345 13 24 0 12 411 56 121
Binary 11001011 10111000 11100101 1011 10100 0 1010 100001001 101110 1010001

Color Harmonies of #CBB8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB8E5

Black with #CBB8E5

Text Example


Text Example

White with #CBB8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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