Html Css Color HEX #CBB5E7 Melrose

📋 copy color: '#CBB5E7'

red 203 ◦ green 181 ◦ blue 231

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

Shades of Melrose #CBB5E7

Tints of Melrose #CBB5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.56%

R = 33.01%
G = 29.43%
B = 37.56%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBB5E7 (or 0xCBB5E7) is known color: Melrose. HEX triplet: CB, B5 and E7. RGB value is (203,181,231). Sum of RGB (Red+Green+Blue) = 203+181+231=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5E7 is #344A18. Grayscale: #C1C1C1. Windows color (decimal): -3426841 or 15185355. OLE color: 15185355.

HSL color Cylindrical-coordinate representation of color #CBB5E7: hue angle of 266.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB5E7 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 181 231 -
CMYK 0.12 0.22 0 0.09
HSL 266.4º 0.51% 0.81% -
HSV(B) 266.4º 0.22% 0.91% -
XYZ 55.58 51.51 82.62 -
YUV 193.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 203 181 231 0.12 0.22 0 0.09 266.4 0.51 0.81
Hex CB B5 E7 C 16 0 9 10A 33 51
Octal 313 265 347 14 26 0 11 412 63 121
Binary 11001011 10110101 11100111 1100 10110 0 1001 100001010 110011 1010001

Color Harmonies of #CBB5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB5E7

Black with #CBB5E7

Text Example


Text Example

White with #CBB5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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