Html Css Color HEX #CBBBE6 Melrose

📋 copy color: '#CBBBE6'

red 203 ◦ green 187 ◦ blue 230

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

Shades of Melrose #CBBBE6

Tints of Melrose #CBBBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.1%

R = 32.74%
G = 30.16%
B = 37.1%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CBBBE6 (or 0xCBBBE6) is known color: Melrose. HEX triplet: CB, BB and E6. RGB value is (203,187,230). Sum of RGB (Red+Green+Blue) = 203+187+230=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBE6 is #344419. Grayscale: #C4C4C4. Windows color (decimal): -3425306 or 15121355. OLE color: 15121355.

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

Color convert

RGB 203 187 230 -
CMYK 0.12 0.19 0 0.10
HSL 262.33º 0.46% 0.82% -
HSV(B) 262.33º 0.19% 0.9% -
XYZ 56.68 53.95 82.29 -
YUV 196.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 203 187 230 0.12 0.19 0 0.10 262.33 0.46 0.82
Hex CB BB E6 C 13 0 A 106 2E 52
Octal 313 273 346 14 23 0 12 406 56 122
Binary 11001011 10111011 11100110 1100 10011 0 1010 100000110 101110 1010010

Color Harmonies of #CBBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBBE6

Black with #CBBBE6

Text Example


Text Example

White with #CBBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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