Html Css Color HEX #CBB3EE Melrose

📋 copy color: '#CBB3EE'

red 203 ◦ green 179 ◦ blue 238

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

Shades of Melrose #CBB3EE

Tints of Melrose #CBB3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.87%

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

R = 32.74%
G = 28.87%
B = 38.39%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB3EE (or 0xCBB3EE) is known color: Melrose. HEX triplet: CB, B3 and EE. RGB value is (203,179,238). Sum of RGB (Red+Green+Blue) = 203+179+238=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3EE is #344C11. Grayscale: #C0C0C0. Windows color (decimal): -3427346 or 15643595. OLE color: 15643595.

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

Color convert

RGB 203 179 238 -
CMYK 0.15 0.25 0 0.07
HSL 264.41º 0.63% 0.82% -
HSV(B) 264.41º 0.25% 0.93% -
XYZ 56.18 51.11 87.79 -
YUV 192.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 203 179 238 0.15 0.25 0 0.07 264.41 0.63 0.82
Hex CB B3 EE F 19 0 7 108 3F 52
Octal 313 263 356 17 31 0 7 410 77 122
Binary 11001011 10110011 11101110 1111 11001 0 111 100001000 111111 1010010

Color Harmonies of #CBB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB3EE

Black with #CBB3EE

Text Example


Text Example

White with #CBB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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