Html Css Color HEX #CBBBE1 Melrose

📋 copy color: '#CBBBE1'

red 203 ◦ green 187 ◦ blue 225

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

Shades of Melrose #CBBBE1

Tints of Melrose #CBBBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.41%

 BLUE value IS 225 (88.28% from 255) = 36.59%

R = 33.01%
G = 30.41%
B = 36.59%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBBBE1 (or 0xCBBBE1) is known color: Melrose. HEX triplet: CB, BB and E1. RGB value is (203,187,225). Sum of RGB (Red+Green+Blue) = 203+187+225=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE1 is #34441E. Grayscale: #C3C3C3. Windows color (decimal): -3425311 or 14793675. OLE color: 14793675.

HSL color Cylindrical-coordinate representation of color #CBBBE1: hue angle of 265.26º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBBE1 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 187 225 -
CMYK 0.10 0.17 0 0.12
HSL 265.26º 0.39% 0.81% -
HSV(B) 265.26º 0.17% 0.88% -
XYZ 55.99 53.67 78.64 -
YUV 196.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 203 187 225 0.10 0.17 0 0.12 265.26 0.39 0.81
Hex CB BB E1 A 11 0 C 109 27 51
Octal 313 273 341 12 21 0 14 411 47 121
Binary 11001011 10111011 11100001 1010 10001 0 1100 100001001 100111 1010001

Color Harmonies of #CBBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBE1

Black with #CBBBE1

Text Example


Text Example

White with #CBBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBE1; }

 p { color: rgb(203,187,225); }

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

background-color css

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

 a { background-color: rgb(203,187,225); }

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

border-color css

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

 span { border-color: rgb(203,187,225); }

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