Html Css Color HEX #CBBBE3 Melrose

📋 copy color: '#CBBBE3'

red 203 ◦ green 187 ◦ blue 227

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

Shades of Melrose #CBBBE3

Tints of Melrose #CBBBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.79%

R = 32.9%
G = 30.31%
B = 36.79%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBBBE3 (or 0xCBBBE3) is known color: Melrose. HEX triplet: CB, BB and E3. RGB value is (203,187,227). Sum of RGB (Red+Green+Blue) = 203+187+227=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE3 is #34441C. Grayscale: #C4C4C4. Windows color (decimal): -3425309 or 14924747. OLE color: 14924747.

HSL color Cylindrical-coordinate representation of color #CBBBE3: hue angle of 264º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBBE3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 187 227 -
CMYK 0.11 0.18 0 0.11
HSL 264º 0.42% 0.81% -
HSV(B) 264º 0.18% 0.89% -
XYZ 56.26 53.78 80.09 -
YUV 196.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 203 187 227 0.11 0.18 0 0.11 264 0.42 0.81
Hex CB BB E3 B 12 0 B 108 2A 51
Octal 313 273 343 13 22 0 13 410 52 121
Binary 11001011 10111011 11100011 1011 10010 0 1011 100001000 101010 1010001

Color Harmonies of #CBBBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBE3

Black with #CBBBE3

Text Example


Text Example

White with #CBBBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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