Html Css Color HEX #CBB7EF Melrose

📋 copy color: '#CBB7EF'

red 203 ◦ green 183 ◦ blue 239

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

Shades of Melrose #CBB7EF

Tints of Melrose #CBB7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 32.48%
G = 29.28%
B = 38.24%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CBB7EF (or 0xCBB7EF) is known color: Melrose. HEX triplet: CB, B7 and EF. RGB value is (203,183,239). Sum of RGB (Red+Green+Blue) = 203+183+239=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7EF is #344810. Grayscale: #C3C3C3. Windows color (decimal): -3426321 or 15710155. OLE color: 15710155.

HSL color Cylindrical-coordinate representation of color #CBB7EF: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB7EF is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 183 239 -
CMYK 0.15 0.23 0 0.06
HSL 261.43º 0.64% 0.83% -
HSV(B) 261.43º 0.23% 0.94% -
XYZ 57.14 52.8 88.84 -
YUV 195.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 203 183 239 0.15 0.23 0 0.06 261.43 0.64 0.83
Hex CB B7 EF F 17 0 6 105 40 53
Octal 313 267 357 17 27 0 6 405 100 123
Binary 11001011 10110111 11101111 1111 10111 0 110 100000101 1000000 1010011

Color Harmonies of #CBB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7EF

Black with #CBB7EF

Text Example


Text Example

White with #CBB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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