Html Css Color HEX #CBB7EE Melrose

📋 copy color: '#CBB7EE'

red 203 ◦ green 183 ◦ blue 238

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

Shades of Melrose #CBB7EE

Tints of Melrose #CBB7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 32.53%
G = 29.33%
B = 38.14%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB7EE (or 0xCBB7EE) is known color: Melrose. HEX triplet: CB, B7 and EE. RGB value is (203,183,238). Sum of RGB (Red+Green+Blue) = 203+183+238=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7EE is #344811. Grayscale: #C3C3C3. Windows color (decimal): -3426322 or 15644619. OLE color: 15644619.

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

Color convert

RGB 203 183 238 -
CMYK 0.15 0.23 0 0.07
HSL 261.82º 0.62% 0.83% -
HSV(B) 261.82º 0.23% 0.93% -
XYZ 56.99 52.74 88.06 -
YUV 195.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 203 183 238 0.15 0.23 0 0.07 261.82 0.62 0.83
Hex CB B7 EE F 17 0 7 106 3E 53
Octal 313 267 356 17 27 0 7 406 76 123
Binary 11001011 10110111 11101110 1111 10111 0 111 100000110 111110 1010011

Color Harmonies of #CBB7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB7EE

Black with #CBB7EE

Text Example


Text Example

White with #CBB7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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