Html Css Color HEX #CBBBE7 Melrose

📋 copy color: '#CBBBE7'

red 203 ◦ green 187 ◦ blue 231

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

Shades of Melrose #CBBBE7

Tints of Melrose #CBBBE7

RGB

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

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

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

R = 32.69%
G = 30.11%
B = 37.2%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CBBBE7 (or 0xCBBBE7) is known color: Melrose. HEX triplet: CB, BB and E7. RGB value is (203,187,231). Sum of RGB (Red+Green+Blue) = 203+187+231=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBE7 is #344418. Grayscale: #C4C4C4. Windows color (decimal): -3425305 or 15186891. OLE color: 15186891.

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

Color convert

RGB 203 187 231 -
CMYK 0.12 0.19 0 0.09
HSL 261.82º 0.48% 0.82% -
HSV(B) 261.82º 0.19% 0.91% -
XYZ 56.82 54.01 83.03 -
YUV 196.8 147.3 132.42 -
System Red Green Blue C M Y K H S L
Decimal 203 187 231 0.12 0.19 0 0.09 261.82 0.48 0.82
Hex CB BB E7 C 13 0 9 106 30 52
Octal 313 273 347 14 23 0 11 406 60 122
Binary 11001011 10111011 11100111 1100 10011 0 1001 100000110 110000 1010010

Color Harmonies of #CBBBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBE7

Black with #CBBBE7

Text Example


Text Example

White with #CBBBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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