Html Css Color HEX #CBB7ED Melrose

📋 copy color: '#CBB7ED'

red 203 ◦ green 183 ◦ blue 237

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

Shades of Melrose #CBB7ED

Tints of Melrose #CBB7ED

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 32.58%
G = 29.37%
B = 38.04%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB7ED (or 0xCBB7ED) is known color: Melrose. HEX triplet: CB, B7 and ED. RGB value is (203,183,237). Sum of RGB (Red+Green+Blue) = 203+183+237=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7ED is #344812. Grayscale: #C2C2C2. Windows color (decimal): -3426323 or 15579083. OLE color: 15579083.

HSL color Cylindrical-coordinate representation of color #CBB7ED: hue angle of 262.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB7ED is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 183 237 -
CMYK 0.14 0.23 0 0.07
HSL 262.22º 0.6% 0.82% -
HSV(B) 262.22º 0.23% 0.93% -
XYZ 56.85 52.68 87.29 -
YUV 195.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 203 183 237 0.14 0.23 0 0.07 262.22 0.6 0.82
Hex CB B7 ED E 17 0 7 106 3C 52
Octal 313 267 355 16 27 0 7 406 74 122
Binary 11001011 10110111 11101101 1110 10111 0 111 100000110 111100 1010010

Color Harmonies of #CBB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7ED

Black with #CBB7ED

Text Example


Text Example

White with #CBB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7ED; }

 p { color: rgb(203,183,237); }

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

background-color css

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

 a { background-color: rgb(203,183,237); }

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

border-color css

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

 span { border-color: rgb(203,183,237); }

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