Html Css Color HEX #CBB5EE Melrose

📋 copy color: '#CBB5EE'

red 203 ◦ green 181 ◦ blue 238

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

Shades of Melrose #CBB5EE

Tints of Melrose #CBB5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.1%

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

R = 32.64%
G = 29.1%
B = 38.26%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBB5EE (or 0xCBB5EE) is known color: Melrose. HEX triplet: CB, B5 and EE. RGB value is (203,181,238). Sum of RGB (Red+Green+Blue) = 203+181+238=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5EE is #344A11. Grayscale: #C1C1C1. Windows color (decimal): -3426834 or 15644107. OLE color: 15644107.

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

Color convert

RGB 203 181 238 -
CMYK 0.15 0.24 0 0.07
HSL 263.16º 0.63% 0.82% -
HSV(B) 263.16º 0.24% 0.93% -
XYZ 56.59 51.92 87.93 -
YUV 194.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 203 181 238 0.15 0.24 0 0.07 263.16 0.63 0.82
Hex CB B5 EE F 18 0 7 107 3F 52
Octal 313 265 356 17 30 0 7 407 77 122
Binary 11001011 10110101 11101110 1111 11000 0 111 100000111 111111 1010010

Color Harmonies of #CBB5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5EE

Black with #CBB5EE

Text Example


Text Example

White with #CBB5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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