Html Css Color HEX #CBB9E7 Melrose

📋 copy color: '#CBB9E7'

red 203 ◦ green 185 ◦ blue 231

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

Shades of Melrose #CBB9E7

Tints of Melrose #CBB9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.89%

 BLUE value IS 231 (90.63% from 255) = 37.32%

R = 32.79%
G = 29.89%
B = 37.32%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBB9E7 (or 0xCBB9E7) is known color: Melrose. HEX triplet: CB, B9 and E7. RGB value is (203,185,231). Sum of RGB (Red+Green+Blue) = 203+185+231=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9E7 is #344618. Grayscale: #C3C3C3. Windows color (decimal): -3425817 or 15186379. OLE color: 15186379.

HSL color Cylindrical-coordinate representation of color #CBB9E7: hue angle of 263.48º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB9E7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 185 231 -
CMYK 0.12 0.20 0 0.09
HSL 263.48º 0.49% 0.82% -
HSV(B) 263.48º 0.2% 0.91% -
XYZ 56.4 53.16 82.89 -
YUV 195.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 203 185 231 0.12 0.20 0 0.09 263.48 0.49 0.82
Hex CB B9 E7 C 14 0 9 107 31 52
Octal 313 271 347 14 24 0 11 407 61 122
Binary 11001011 10111001 11100111 1100 10100 0 1001 100000111 110001 1010010

Color Harmonies of #CBB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB9E7

Black with #CBB9E7

Text Example


Text Example

White with #CBB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB9E7; }

 p { color: rgb(203,185,231); }

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

background-color css

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

 a { background-color: rgb(203,185,231); }

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

border-color css

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

 span { border-color: rgb(203,185,231); }

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